#BDD067

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

Shades of Wild Willow #BDD067

Tints of Wild Willow #BDD067

Color information

#BDD067 (or 0xBDD067) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 67. RGB value is (189,208,103). Sum of RGB (Red+Green+Blue) = 189+208+103=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD067 is #422F98. Grayscale: #BEBEBE. Windows color (decimal): -4337561 or 6803645. OLE color: 6803645.

HSL color Cylindrical-coordinate representation of color #BDD067: hue angle of 70.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD067 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB189208103-
CMYK0.0900.500.18
HSL70.86º52.76%60.98%-
HSV(B)70.86º50.48%81.57%-
XYZ45.9956.9121.39-
YUV190.3578.71127.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 103 (40.62% from 255) = 20.6%
R=37.8%
G=41.6%
B=20.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081030.0900.500.1870.8652.7660.98
HexBDD06790321247353d
Octal27532014711062221076575
Binary1011110111010000110011110010110010100101000111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD067; }

 p { color: rgb(189,208,103); }

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

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

 a { background-color: rgb(189,208,103); }

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

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

 span { border-color: rgb(189,208,103); }

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