Html Css Color HEX #C4C262 Wild Willow

📋 copy color: '#C4C262'

red 196 ◦ green 194 ◦ blue 98

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

Shades of Wild Willow #C4C262

Tints of Wild Willow #C4C262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.75%

 BLUE value IS 98 (38.67% from 255) = 20.08%

R = 40.16%
G = 39.75%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C4C262 (or 0xC4C262) is known color: Wild Willow. HEX triplet: C4, C2 and 62. RGB value is (196,194,98). Sum of RGB (Red+Green+Blue) = 196+194+98=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C262 is #3B3D9D. Grayscale: #B8B8B8. Windows color (decimal): -3882398 or 6472388. OLE color: 6472388.

HSL color Cylindrical-coordinate representation of color #C4C262: hue angle of 58.78º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4C262 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 98 -
CMYK 0 0.01 0.5 0.23
HSL 58.78º 0.45% 0.58% -
HSV(B) 58.78º 0.5% 0.77% -
XYZ 44.26 51.2 19.11 -
YUV 183.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 196 194 98 0 0.01 0.5 0.23 58.78 0.45 0.58
Hex C4 C2 62 0 1 32 17 3B 2D 3A
Octal 304 302 142 0 1 62 27 73 55 72
Binary 11000100 11000010 1100010 0 1 110010 10111 111011 101101 111010

Color Harmonies of #C4C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C262

Black with #C4C262

Text Example


Text Example

White with #C4C262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C262; }

 p { color: rgb(196,194,98); }

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

background-color css

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

 a { background-color: rgb(196,194,98); }

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

border-color css

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

 span { border-color: rgb(196,194,98); }

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