Html Css Color HEX #C4CD76 Deco

📋 copy color: '#C4CD76'

red 196 ◦ green 205 ◦ blue 118

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

Shades of Deco #C4CD76

Tints of Deco #C4CD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 118 (46.48% from 255) = 22.74%

R = 37.76%
G = 39.5%
B = 22.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#C4CD76 (or 0xC4CD76) is known color: Deco. HEX triplet: C4, CD and 76. RGB value is (196,205,118). Sum of RGB (Red+Green+Blue) = 196+205+118=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD76 is #3B3289. Grayscale: #C0C0C0. Windows color (decimal): -3879562 or 7785924. OLE color: 7785924.

HSL color Cylindrical-coordinate representation of color #C4CD76: hue angle of 66.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4CD76 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 205 118 -
CMYK 0.04 0 0.42 0.20
HSL 66.21º 0.47% 0.63% -
HSV(B) 66.21º 0.42% 0.8% -
XYZ 47.87 56.71 25.56 -
YUV 192.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 196 205 118 0.04 0 0.42 0.20 66.21 0.47 0.63
Hex C4 CD 76 4 0 2A 14 42 2F 3F
Octal 304 315 166 4 0 52 24 102 57 77
Binary 11000100 11001101 1110110 100 0 101010 10100 1000010 101111 111111

Color Harmonies of #C4CD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CD76

Black with #C4CD76

Text Example


Text Example

White with #C4CD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CD76; }

 p { color: rgb(196,205,118); }

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

background-color css

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

 a { background-color: rgb(196,205,118); }

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

border-color css

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

 span { border-color: rgb(196,205,118); }

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