#C9DB4A

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

Shades of Las Palmas #C9DB4A

Tints of Las Palmas #C9DB4A

Color information

#C9DB4A (or 0xC9DB4A) is unknown color: approx Las Palmas. HEX triplet: C9, DB and 4A. RGB value is (201,219,74). Sum of RGB (Red+Green+Blue) = 201+219+74=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB4A is #3624B5. Grayscale: #C5C5C5. Windows color (decimal): -3548342 or 4905929. OLE color: 4905929.

HSL color Cylindrical-coordinate representation of color #C9DB4A: hue angle of 67.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9DB4A is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB20121974-
CMYK0.0800.660.14
HSL67.45º66.82%57.45%-
HSV(B)67.45º66.21%85.88%-
XYZ50.6563.5716.08-
YUV197.0958.54130.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 74 (29.30% from 255) = 14.98%
R=40.69%
G=44.33%
B=14.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201219740.0800.660.1467.4566.8257.45
HexC9DB4A8042E434339
Octal3113331121001021610310371
Binary11001001110110111001010100001000010111010000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DB4A; }

 p { color: rgb(201,219,74); }

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

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

 a { background-color: rgb(201,219,74); }

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

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

 span { border-color: rgb(201,219,74); }

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