Html Css Color HEX #C4C65F Wild Willow

📋 copy color: '#C4C65F'

red 196 ◦ green 198 ◦ blue 95

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

Shades of Wild Willow #C4C65F

Tints of Wild Willow #C4C65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

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

R = 40.08%
G = 40.49%
B = 19.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C4C65F (or 0xC4C65F) is known color: Wild Willow. HEX triplet: C4, C6 and 5F. RGB value is (196,198,95). Sum of RGB (Red+Green+Blue) = 196+198+95=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C65F is #3B39A0. Grayscale: #BABABA. Windows color (decimal): -3881377 or 6276804. OLE color: 6276804.

HSL color Cylindrical-coordinate representation of color #C4C65F: hue angle of 61.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4C65F is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 198 95 -
CMYK 0.01 0 0.52 0.22
HSL 61.17º 0.47% 0.57% -
HSV(B) 61.17º 0.52% 0.78% -
XYZ 45.02 52.95 18.67 -
YUV 185.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 196 198 95 0.01 0 0.52 0.22 61.17 0.47 0.57
Hex C4 C6 5F 1 0 34 16 3D 2F 39
Octal 304 306 137 1 0 64 26 75 57 71
Binary 11000100 11000110 1011111 1 0 110100 10110 111101 101111 111001

Color Harmonies of #C4C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C65F

Black with #C4C65F

Text Example


Text Example

White with #C4C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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