Html Css Color HEX #C4DB92 Sulu

📋 copy color: '#C4DB92'

red 196 ◦ green 219 ◦ blue 146

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

Shades of Sulu #C4DB92

Tints of Sulu #C4DB92

RGB

 RED value IS 196 (76.95% from 255) = 34.94%

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

 BLUE value IS 146 (57.42% from 255) = 26.02%

R = 34.94%
G = 39.04%
B = 26.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#C4DB92 (or 0xC4DB92) is known color: Sulu. HEX triplet: C4, DB and 92. RGB value is (196,219,146). Sum of RGB (Red+Green+Blue) = 196+219+146=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DB92 is #3B246D. Grayscale: #CCCCCC. Windows color (decimal): -3875950 or 9624516. OLE color: 9624516.

HSL color Cylindrical-coordinate representation of color #C4DB92: hue angle of 78.9º degrees, saturation: 0.5, 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 #C4DB92 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 146 -
CMYK 0.11 0 0.33 0.14
HSL 78.9º 0.5% 0.72% -
HSV(B) 78.9º 0.33% 0.86% -
XYZ 53.28 64.47 36.83 -
YUV 203.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 196 219 146 0.11 0 0.33 0.14 78.9 0.5 0.72
Hex C4 DB 92 B 0 21 E 4F 32 48
Octal 304 333 222 13 0 41 16 117 62 110
Binary 11000100 11011011 10010010 1011 0 100001 1110 1001111 110010 1001000

Color Harmonies of #C4DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DB92

Black with #C4DB92

Text Example


Text Example

White with #C4DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DB92; }

 p { color: rgb(196,219,146); }

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

background-color css

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

 a { background-color: rgb(196,219,146); }

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

border-color css

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

 span { border-color: rgb(196,219,146); }

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