Html Css Color HEX #C5C352 Wild Willow

📋 copy color: '#C5C352'

red 197 ◦ green 195 ◦ blue 82

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

Shades of Wild Willow #C5C352

Tints of Wild Willow #C5C352

RGB

 RED value IS 197 (77.34% from 255) = 41.56%

 GREEN value IS 195 (76.56% from 255) = 41.14%

 BLUE value IS 82 (32.42% from 255) = 17.3%

R = 41.56%
G = 41.14%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5C352 (or 0xC5C352) is known color: Wild Willow. HEX triplet: C5, C3 and 52. RGB value is (197,195,82). Sum of RGB (Red+Green+Blue) = 197+195+82=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C352 is #3A3CAD. Grayscale: #B7B7B7. Windows color (decimal): -3816622 or 5424069. OLE color: 5424069.

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

Color convert

RGB 197 195 82 -
CMYK 0 0.01 0.58 0.23
HSL 58.96º 0.5% 0.55% -
HSV(B) 58.96º 0.58% 0.77% -
XYZ 44.06 51.51 15.6 -
YUV 182.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 197 195 82 0 0.01 0.58 0.23 58.96 0.5 0.55
Hex C5 C3 52 0 1 3A 17 3B 32 37
Octal 305 303 122 0 1 72 27 73 62 67
Binary 11000101 11000011 1010010 0 1 111010 10111 111011 110010 110111

Color Harmonies of #C5C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C352

Black with #C5C352

Text Example


Text Example

White with #C5C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C352; }

 p { color: rgb(197,195,82); }

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

background-color css

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

 a { background-color: rgb(197,195,82); }

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

border-color css

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

 span { border-color: rgb(197,195,82); }

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