Html Css Color HEX #C9DB2F Las Palmas

📋 copy color: '#C9DB2F'

red 201 ◦ green 219 ◦ blue 47

#C9DB2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C9DB2F

Tints of Las Palmas #C9DB2F

RGB

 RED value IS 201 (78.91% from 255) = 43.04%

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 47 (18.75% from 255) = 10.06%

R = 43.04%
G = 46.9%
B = 10.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#C9DB2F (or 0xC9DB2F) is known color: Las Palmas. HEX triplet: C9, DB and 2F. RGB value is (201,219,47). Sum of RGB (Red+Green+Blue) = 201+219+47=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB2F is #3624D0. Grayscale: #C2C2C2. Windows color (decimal): -3548369 or 3136457. OLE color: 3136457.

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

Color convert

RGB 201 219 47 -
CMYK 0.08 0 0.79 0.14
HSL 66.28º 0.7% 0.52% -
HSV(B) 66.28º 0.79% 0.86% -
XYZ 49.93 63.29 12.27 -
YUV 194.01 45.04 132.99 -
System Red Green Blue C M Y K H S L
Decimal 201 219 47 0.08 0 0.79 0.14 66.28 0.7 0.52
Hex C9 DB 2F 8 0 4F E 42 46 34
Octal 311 333 57 10 0 117 16 102 106 64
Binary 11001001 11011011 101111 1000 0 1001111 1110 1000010 1000110 110100

Color Harmonies of #C9DB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB2F

Black with #C9DB2F

Text Example


Text Example

White with #C9DB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB2F; }

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

 H1.HeaderClassName
 {
   color: #C9DB2F;
 }
 .AnyTagClassName
 {
   color: #C9DB2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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