Html Css Color HEX #C4C95F Wild Willow

📋 copy color: '#C4C95F'

red 196 ◦ green 201 ◦ blue 95

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

Shades of Wild Willow #C4C95F

Tints of Wild Willow #C4C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

 BLUE value IS 95 (37.5% from 255) = 19.31%

R = 39.84%
G = 40.85%
B = 19.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C4C95F (or 0xC4C95F) is known color: Wild Willow. HEX triplet: C4, C9 and 5F. RGB value is (196,201,95). Sum of RGB (Red+Green+Blue) = 196+201+95=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C95F is #3B36A0. Grayscale: #BBBBBB. Windows color (decimal): -3880609 or 6277572. OLE color: 6277572.

HSL color Cylindrical-coordinate representation of color #C4C95F: hue angle of 62.83º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4C95F is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 201 95 -
CMYK 0.02 0 0.53 0.21
HSL 62.83º 0.5% 0.58% -
HSV(B) 62.83º 0.53% 0.79% -
XYZ 45.72 54.34 18.9 -
YUV 187.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 196 201 95 0.02 0 0.53 0.21 62.83 0.5 0.58
Hex C4 C9 5F 2 0 35 15 3F 32 3A
Octal 304 311 137 2 0 65 25 77 62 72
Binary 11000100 11001001 1011111 10 0 110101 10101 111111 110010 111010

Color Harmonies of #C4C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C95F

Black with #C4C95F

Text Example


Text Example

White with #C4C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C95F; }

 p { color: rgb(196,201,95); }

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

background-color css

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

 a { background-color: rgb(196,201,95); }

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

border-color css

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

 span { border-color: rgb(196,201,95); }

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