Html Css Color HEX #C9DC8F Sulu

📋 copy color: '#C9DC8F'

red 201 ◦ green 220 ◦ blue 143

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

Shades of Sulu #C9DC8F

Tints of Sulu #C9DC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

 BLUE value IS 143 (56.25% from 255) = 25.35%

R = 35.64%
G = 39.01%
B = 25.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#C9DC8F (or 0xC9DC8F) is known color: Sulu. HEX triplet: C9, DC and 8F. RGB value is (201,220,143). Sum of RGB (Red+Green+Blue) = 201+220+143=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC8F is #362370. Grayscale: #CDCDCD. Windows color (decimal): -3548017 or 9428169. OLE color: 9428169.

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

Color convert

RGB 201 220 143 -
CMYK 0.09 0 0.35 0.14
HSL 74.81º 0.52% 0.71% -
HSV(B) 74.81º 0.35% 0.86% -
XYZ 54.64 65.59 35.77 -
YUV 205.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 201 220 143 0.09 0 0.35 0.14 74.81 0.52 0.71
Hex C9 DC 8F 9 0 23 E 4B 34 47
Octal 311 334 217 11 0 43 16 113 64 107
Binary 11001001 11011100 10001111 1001 0 100011 1110 1001011 110100 1000111

Color Harmonies of #C9DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC8F

Black with #C9DC8F

Text Example


Text Example

White with #C9DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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