Html Css Color HEX #C9DB9A Reef

📋 copy color: '#C9DB9A'

red 201 ◦ green 219 ◦ blue 154

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

Shades of Reef #C9DB9A

Tints of Reef #C9DB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.83%

R = 35.02%
G = 38.15%
B = 26.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#C9DB9A (or 0xC9DB9A) is known color: Reef. HEX triplet: C9, DB and 9A. RGB value is (201,219,154). Sum of RGB (Red+Green+Blue) = 201+219+154=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB9A is #362465. Grayscale: #CECECE. Windows color (decimal): -3548262 or 10148809. OLE color: 10148809.

HSL color Cylindrical-coordinate representation of color #C9DB9A: hue angle of 76.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9DB9A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 154 -
CMYK 0.08 0 0.30 0.14
HSL 76.62º 0.47% 0.73% -
HSV(B) 76.62º 0.3% 0.86% -
XYZ 55.25 65.41 40.29 -
YUV 206.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 201 219 154 0.08 0 0.30 0.14 76.62 0.47 0.73
Hex C9 DB 9A 8 0 1E E 4D 2F 49
Octal 311 333 232 10 0 36 16 115 57 111
Binary 11001001 11011011 10011010 1000 0 11110 1110 1001101 101111 1001001

Color Harmonies of #C9DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB9A

Black with #C9DB9A

Text Example


Text Example

White with #C9DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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