Html Css Color HEX #C5CA52 Wild Willow

📋 copy color: '#C5CA52'

red 197 ◦ green 202 ◦ blue 82

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

Shades of Wild Willow #C5CA52

Tints of Wild Willow #C5CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

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

R = 40.96%
G = 42%
B = 17.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C5CA52 (or 0xC5CA52) is known color: Wild Willow. HEX triplet: C5, CA and 52. RGB value is (197,202,82). Sum of RGB (Red+Green+Blue) = 197+202+82=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA52 is #3A35AD. Grayscale: #BBBBBB. Windows color (decimal): -3814830 or 5425861. OLE color: 5425861.

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

Color convert

RGB 197 202 82 -
CMYK 0.02 0 0.59 0.21
HSL 62.5º 0.53% 0.56% -
HSV(B) 62.5º 0.59% 0.79% -
XYZ 45.67 54.72 16.14 -
YUV 186.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 197 202 82 0.02 0 0.59 0.21 62.5 0.53 0.56
Hex C5 CA 52 2 0 3B 15 3F 35 38
Octal 305 312 122 2 0 73 25 77 65 70
Binary 11000101 11001010 1010010 10 0 111011 10101 111111 110101 111000

Color Harmonies of #C5CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA52

Black with #C5CA52

Text Example


Text Example

White with #C5CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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