Html Css Color HEX #C6CD52 Wild Willow

📋 copy color: '#C6CD52'

red 198 ◦ green 205 ◦ blue 82

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

Shades of Wild Willow #C6CD52

Tints of Wild Willow #C6CD52

RGB

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

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

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

R = 40.82%
G = 42.27%
B = 16.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#C6CD52 (or 0xC6CD52) is known color: Wild Willow. HEX triplet: C6, CD and 52. RGB value is (198,205,82). Sum of RGB (Red+Green+Blue) = 198+205+82=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD52 is #3932AD. Grayscale: #BDBDBD. Windows color (decimal): -3748526 or 5426630. OLE color: 5426630.

HSL color Cylindrical-coordinate representation of color #C6CD52: hue angle of 63.41º 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 #C6CD52 is Cyan = 0.03, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 82 -
CMYK 0.03 0 0.6 0.20
HSL 63.41º 0.55% 0.56% -
HSV(B) 63.41º 0.6% 0.8% -
XYZ 46.64 56.28 16.39 -
YUV 188.89 67.68 134.5 -
System Red Green Blue C M Y K H S L
Decimal 198 205 82 0.03 0 0.6 0.20 63.41 0.55 0.56
Hex C6 CD 52 3 0 3C 14 3F 37 38
Octal 306 315 122 3 0 74 24 77 67 70
Binary 11000110 11001101 1010010 11 0 111100 10100 111111 110111 111000

Color Harmonies of #C6CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD52

Black with #C6CD52

Text Example


Text Example

White with #C6CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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