Html Css Color HEX #C6CC52 Wild Willow

📋 copy color: '#C6CC52'

red 198 ◦ green 204 ◦ blue 82

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

Shades of Wild Willow #C6CC52

Tints of Wild Willow #C6CC52

RGB

 RED value IS 198 (77.73% from 255) = 40.91%

 GREEN value IS 204 (80.08% from 255) = 42.15%

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

R = 40.91%
G = 42.15%
B = 16.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#C6CC52 (or 0xC6CC52) is known color: Wild Willow. HEX triplet: C6, CC and 52. RGB value is (198,204,82). Sum of RGB (Red+Green+Blue) = 198+204+82=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC52 is #3933AD. Grayscale: #BCBCBC. Windows color (decimal): -3748782 or 5426374. OLE color: 5426374.

HSL color Cylindrical-coordinate representation of color #C6CC52: hue angle of 62.95º degrees, saturation: 0.54, 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 #C6CC52 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 82 -
CMYK 0.03 0 0.60 0.2
HSL 62.95º 0.54% 0.56% -
HSV(B) 62.95º 0.6% 0.8% -
XYZ 46.4 55.8 16.31 -
YUV 188.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 198 204 82 0.03 0 0.60 0.2 62.95 0.54 0.56
Hex C6 CC 52 3 0 3C 14 3F 36 38
Octal 306 314 122 3 0 74 24 77 66 70
Binary 11000110 11001100 1010010 11 0 111100 10100 111111 110110 111000

Color Harmonies of #C6CC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC52

Black with #C6CC52

Text Example


Text Example

White with #C6CC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC52; }

 p { color: rgb(198,204,82); }

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

background-color css

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

 a { background-color: rgb(198,204,82); }

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

border-color css

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

 span { border-color: rgb(198,204,82); }

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