Html Css Color HEX #C4CB71 Wild Willow

📋 copy color: '#C4CB71'

red 196 ◦ green 203 ◦ blue 113

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

Shades of Wild Willow #C4CB71

Tints of Wild Willow #C4CB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 38.28%
G = 39.65%
B = 22.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#C4CB71 (or 0xC4CB71) is known color: Wild Willow. HEX triplet: C4, CB and 71. RGB value is (196,203,113). Sum of RGB (Red+Green+Blue) = 196+203+113=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CB71 is #3B348E. Grayscale: #BFBFBF. Windows color (decimal): -3880079 or 7457732. OLE color: 7457732.

HSL color Cylindrical-coordinate representation of color #C4CB71: hue angle of 64.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4CB71 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 203 113 -
CMYK 0.03 0 0.44 0.20
HSL 64.67º 0.46% 0.62% -
HSV(B) 64.67º 0.44% 0.8% -
XYZ 47.1 55.64 23.88 -
YUV 190.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 196 203 113 0.03 0 0.44 0.20 64.67 0.46 0.62
Hex C4 CB 71 3 0 2C 14 41 2E 3E
Octal 304 313 161 3 0 54 24 101 56 76
Binary 11000100 11001011 1110001 11 0 101100 10100 1000001 101110 111110

Color Harmonies of #C4CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CB71

Black with #C4CB71

Text Example


Text Example

White with #C4CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CB71; }

 p { color: rgb(196,203,113); }

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

background-color css

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

 a { background-color: rgb(196,203,113); }

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

border-color css

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

 span { border-color: rgb(196,203,113); }

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