#C9DC32

Color #C9DC32 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C9DC32

Tints of Las Palmas #C9DC32

Color information

#C9DC32 (or 0xC9DC32) is unknown color: approx Las Palmas. HEX triplet: C9, DC and 32. RGB value is (201,220,50). Sum of RGB (Red+Green+Blue) = 201+220+50=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC32 is #3623CD. Grayscale: #C3C3C3. Windows color (decimal): -3548110 or 3333321. OLE color: 3333321.

HSL color Cylindrical-coordinate representation of color #C9DC32: hue angle of 66.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9DC32 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB20122050-
CMYK0.0900.770.14
HSL66.71º70.83%52.94%-
HSV(B)66.71º77.27%86.27%-
XYZ50.2663.8312.69-
YUV194.9446.21132.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 50 (19.92% from 255) = 10.62%
R=42.68%
G=46.71%
B=10.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201220500.0900.770.1466.7170.8352.94
HexC9DC32904DE434735
Octal311334621101151610310765
Binary1100100111011100110010100101001101111010000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DC32; }

 p { color: rgb(201,220,50); }

 H1.HeaderClassName
 {
   color: #C9DC32;
 }
 .AnyTagClassName
 {
   color: #C9DC32;
 }
</style>
background-color css

<style>
 a { background-color: #C9DC32; }

 a { background-color: rgb(201,220,50); }

 div.DivClassName
 {
   background-color: #C9DC32;
 }
 .BgClassName
 {
   background-color: #C9DC32;
 }
</style>
border-color css

<style>
 span { border-color: #C9DC32; }

 span { border-color: rgb(201,220,50); }

 td.TdClassName
 {
   border-color: #C9DC32;
 }
 .TagClassName
 {
   border-color: #C9DC32;
 }
</style>