Html Css Color HEX #C5CE52 Wild Willow

📋 copy color: '#C5CE52'

red 197 ◦ green 206 ◦ blue 82

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

Shades of Wild Willow #C5CE52

Tints of Wild Willow #C5CE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

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

R = 40.62%
G = 42.47%
B = 16.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#C5CE52 (or 0xC5CE52) is known color: Wild Willow. HEX triplet: C5, CE and 52. RGB value is (197,206,82). Sum of RGB (Red+Green+Blue) = 197+206+82=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE52 is #3A31AD. Grayscale: #BDBDBD. Windows color (decimal): -3813806 or 5426885. OLE color: 5426885.

HSL color Cylindrical-coordinate representation of color #C5CE52: hue angle of 64.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5CE52 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 82 -
CMYK 0.04 0 0.60 0.19
HSL 64.35º 0.56% 0.56% -
HSV(B) 64.35º 0.6% 0.81% -
XYZ 46.62 56.62 16.45 -
YUV 189.17 67.52 133.58 -
System Red Green Blue C M Y K H S L
Decimal 197 206 82 0.04 0 0.60 0.19 64.35 0.56 0.56
Hex C5 CE 52 4 0 3C 13 40 38 38
Octal 305 316 122 4 0 74 23 100 70 70
Binary 11000101 11001110 1010010 100 0 111100 10011 1000000 111000 111000

Color Harmonies of #C5CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE52

Black with #C5CE52

Text Example


Text Example

White with #C5CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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