#BDC062

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

Shades of Wild Willow #BDC062

Tints of Wild Willow #BDC062

Color information

#BDC062 (or 0xBDC062) is unknown color: approx Wild Willow. HEX triplet: BD, C0 and 62. RGB value is (189,192,98). Sum of RGB (Red+Green+Blue) = 189+192+98=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC062 is #423F9D. Grayscale: #B4B4B4. Windows color (decimal): -4341662 or 6471869. OLE color: 6471869.

HSL color Cylindrical-coordinate representation of color #BDC062: hue angle of 61.91º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC062 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB18919298-
CMYK0.0200.490.25
HSL61.91º42.73%56.86%-
HSV(B)61.91º48.96%75.29%-
XYZ42.0449.418.87-
YUV180.3981.51134.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=39.46%
G=40.08%
B=20.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189192980.0200.490.2561.9142.7356.86
HexBDC0622031193e2b39
Octal275300142206131765371
Binary1011110111000000110001010011000111001111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC062; }

 p { color: rgb(189,192,98); }

 H1.HeaderClassName
 {
   color: #BDC062;
 }
 .AnyTagClassName
 {
   color: #BDC062;
 }
</style>
background-color css

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

 a { background-color: rgb(189,192,98); }

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

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

 span { border-color: rgb(189,192,98); }

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