#BDC862

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

Shades of Wild Willow #BDC862

Tints of Wild Willow #BDC862

Color information

#BDC862 (or 0xBDC862) is unknown color: approx Wild Willow. HEX triplet: BD, C8 and 62. RGB value is (189,200,98). Sum of RGB (Red+Green+Blue) = 189+200+98=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC862 is #42379D. Grayscale: #B9B9B9. Windows color (decimal): -4339614 or 6473917. OLE color: 6473917.

HSL color Cylindrical-coordinate representation of color #BDC862: hue angle of 66.47º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDC862 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB18920098-
CMYK0.0600.510.22
HSL66.47º48.11%58.43%-
HSV(B)66.47º51%78.43%-
XYZ43.8553.0119.48-
YUV185.0878.86130.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=38.81%
G=41.07%
B=20.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200980.0600.510.2266.4748.1158.43
HexBDC86260331642303a
Octal2753101426063261026072
Binary101111011100100011000101100110011101101000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC862; }

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

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

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

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

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

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

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

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