#BDCB6D

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

Shades of Wild Willow #BDCB6D

Tints of Wild Willow #BDCB6D

Color information

#BDCB6D (or 0xBDCB6D) is unknown color: approx Wild Willow. HEX triplet: BD, CB and 6D. RGB value is (189,203,109). Sum of RGB (Red+Green+Blue) = 189+203+109=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB6D is #423492. Grayscale: #BCBCBC. Windows color (decimal): -4338835 or 7195581. OLE color: 7195581.

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

Color convert

RGB189203109-
CMYK0.0700.460.20
HSL68.94º47.47%61.18%-
HSV(B)68.94º46.31%79.61%-
XYZ45.154.6322.64-
YUV188.183.36128.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=37.72%
G=40.52%
B=21.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031090.0700.460.2068.9447.4761.18
HexBDCB6D702E14452f3d
Octal2753131557056241055775
Binary101111011100101111011011110101110101001000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB6D; }

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

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

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

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

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

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

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

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