#BDCB62

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

Shades of Wild Willow #BDCB62

Tints of Wild Willow #BDCB62

Color information

#BDCB62 (or 0xBDCB62) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 62. RGB value is (189,203,98). Sum of RGB (Red+Green+Blue) = 189+203+98=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB62 is #42349D. Grayscale: #BBBBBB. Windows color (decimal): -4338846 or 6474685. OLE color: 6474685.

HSL color Cylindrical-coordinate representation of color #BDCB62: hue angle of 68º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDCB62 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB18920398-
CMYK0.0700.520.20
HSL68º50.24%59.02%-
HSV(B)68º51.72%79.61%-
XYZ44.5554.4119.71-
YUV186.8477.86129.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 98 (38.67% from 255) = 20%
R=38.57%
G=41.43%
B=20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189203980.0700.520.206850.2459.02
HexBDCB6270341444323b
Octal2753131427064241046273
Binary101111011100101111000101110110100101001000100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB62; }

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

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

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

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

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

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

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

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