Html Css Color HEX #C2CD52 Wild Willow

📋 copy color: '#C2CD52'

red 194 ◦ green 205 ◦ blue 82

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

Shades of Wild Willow #C2CD52

Tints of Wild Willow #C2CD52

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

 GREEN value IS 205 (80.47% from 255) = 42.62%

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

R = 40.33%
G = 42.62%
B = 17.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#C2CD52 (or 0xC2CD52) is known color: Wild Willow. HEX triplet: C2, CD and 52. RGB value is (194,205,82). Sum of RGB (Red+Green+Blue) = 194+205+82=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD52 is #3D32AD. Grayscale: #BCBCBC. Windows color (decimal): -4010670 or 5426626. OLE color: 5426626.

HSL color Cylindrical-coordinate representation of color #C2CD52: hue angle of 65.37º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2CD52 is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 82 -
CMYK 0.05 0 0.6 0.20
HSL 65.37º 0.55% 0.56% -
HSV(B) 65.37º 0.6% 0.8% -
XYZ 45.6 55.74 16.34 -
YUV 187.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 194 205 82 0.05 0 0.6 0.20 65.37 0.55 0.56
Hex C2 CD 52 5 0 3C 14 41 37 38
Octal 302 315 122 5 0 74 24 101 67 70
Binary 11000010 11001101 1010010 101 0 111100 10100 1000001 110111 111000

Color Harmonies of #C2CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD52

Black with #C2CD52

Text Example


Text Example

White with #C2CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD52; }

 p { color: rgb(194,205,82); }

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

background-color css

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

 a { background-color: rgb(194,205,82); }

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

border-color css

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

 span { border-color: rgb(194,205,82); }

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