#C6CD52

Color #C6CD52 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C6CD52

Tints of Wild Willow #C6CD52

Color information

#C6CD52 (or 0xC6CD52) is unknown color: approx 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

RGB19820582-
CMYK0.0300.60.20
HSL63.41º55.16%56.27%-
HSV(B)63.41º60%80.39%-
XYZ46.6456.2816.39-
YUV188.8867.68134.5-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198205820.0300.60.2063.4155.1656.27
HexC6CD52303C143f3738
Octal306315122307424776770
Binary1100011011001101101001011011110010100111111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>