Html Css Color HEX #C9DC93 Sulu

📋 copy color: '#C9DC93'

red 201 ◦ green 220 ◦ blue 147

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

Shades of Sulu #C9DC93

Tints of Sulu #C9DC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.88%

R = 35.39%
G = 38.73%
B = 25.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#C9DC93 (or 0xC9DC93) is known color: Sulu. HEX triplet: C9, DC and 93. RGB value is (201,220,147). Sum of RGB (Red+Green+Blue) = 201+220+147=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC93 is #36236C. Grayscale: #CECECE. Windows color (decimal): -3548013 or 9690313. OLE color: 9690313.

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

Color convert

RGB 201 220 147 -
CMYK 0.09 0 0.33 0.14
HSL 75.62º 0.51% 0.72% -
HSV(B) 75.62º 0.33% 0.86% -
XYZ 54.95 65.71 37.39 -
YUV 206 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 201 220 147 0.09 0 0.33 0.14 75.62 0.51 0.72
Hex C9 DC 93 9 0 21 E 4C 33 48
Octal 311 334 223 11 0 41 16 114 63 110
Binary 11001001 11011100 10010011 1001 0 100001 1110 1001100 110011 1001000

Color Harmonies of #C9DC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC93

Black with #C9DC93

Text Example


Text Example

White with #C9DC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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