Html Css Color HEX #C9DB8C Sulu

📋 copy color: '#C9DB8C'

red 201 ◦ green 219 ◦ blue 140

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

Shades of Sulu #C9DB8C

Tints of Sulu #C9DB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25%

R = 35.89%
G = 39.11%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#C9DB8C (or 0xC9DB8C) is known color: Sulu. HEX triplet: C9, DB and 8C. RGB value is (201,219,140). Sum of RGB (Red+Green+Blue) = 201+219+140=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB8C is #362473. Grayscale: #CCCCCC. Windows color (decimal): -3548276 or 9231305. OLE color: 9231305.

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

Color convert

RGB 201 219 140 -
CMYK 0.08 0 0.36 0.14
HSL 73.67º 0.52% 0.7% -
HSV(B) 73.67º 0.36% 0.86% -
XYZ 54.15 64.97 34.5 -
YUV 204.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 201 219 140 0.08 0 0.36 0.14 73.67 0.52 0.7
Hex C9 DB 8C 8 0 24 E 4A 34 46
Octal 311 333 214 10 0 44 16 112 64 106
Binary 11001001 11011011 10001100 1000 0 100100 1110 1001010 110100 1000110

Color Harmonies of #C9DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB8C

Black with #C9DB8C

Text Example


Text Example

White with #C9DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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