Html Css Color HEX #C4DB8C Sulu

📋 copy color: '#C4DB8C'

red 196 ◦ green 219 ◦ blue 140

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

Shades of Sulu #C4DB8C

Tints of Sulu #C4DB8C

RGB

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

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

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

R = 35.32%
G = 39.46%
B = 25.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#C4DB8C (or 0xC4DB8C) is known color: Sulu. HEX triplet: C4, DB and 8C. RGB value is (196,219,140). Sum of RGB (Red+Green+Blue) = 196+219+140=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DB8C is #3B2473. Grayscale: #CBCBCB. Windows color (decimal): -3875956 or 9231300. OLE color: 9231300.

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

Color convert

RGB 196 219 140 -
CMYK 0.11 0 0.36 0.14
HSL 77.47º 0.52% 0.7% -
HSV(B) 77.47º 0.36% 0.86% -
XYZ 52.83 64.29 34.44 -
YUV 203.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 196 219 140 0.11 0 0.36 0.14 77.47 0.52 0.7
Hex C4 DB 8C B 0 24 E 4D 34 46
Octal 304 333 214 13 0 44 16 115 64 106
Binary 11000100 11011011 10001100 1011 0 100100 1110 1001101 110100 1000110

Color Harmonies of #C4DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DB8C

Black with #C4DB8C

Text Example


Text Example

White with #C4DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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