Html Css Color HEX #C4DB86 Sulu

📋 copy color: '#C4DB86'

red 196 ◦ green 219 ◦ blue 134

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

Shades of Sulu #C4DB86

Tints of Sulu #C4DB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.41%

R = 35.7%
G = 39.89%
B = 24.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#C4DB86 (or 0xC4DB86) is known color: Sulu. HEX triplet: C4, DB and 86. RGB value is (196,219,134). Sum of RGB (Red+Green+Blue) = 196+219+134=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DB86 is #3B2479. Grayscale: #CACACA. Windows color (decimal): -3875962 or 8838084. OLE color: 8838084.

HSL color Cylindrical-coordinate representation of color #C4DB86: hue angle of 76.24º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4DB86 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 134 -
CMYK 0.11 0 0.39 0.14
HSL 76.24º 0.54% 0.69% -
HSV(B) 76.24º 0.39% 0.86% -
XYZ 52.4 64.12 32.17 -
YUV 202.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 196 219 134 0.11 0 0.39 0.14 76.24 0.54 0.69
Hex C4 DB 86 B 0 27 E 4C 36 45
Octal 304 333 206 13 0 47 16 114 66 105
Binary 11000100 11011011 10000110 1011 0 100111 1110 1001100 110110 1000101

Color Harmonies of #C4DB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DB86

Black with #C4DB86

Text Example


Text Example

White with #C4DB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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