#BDD26B

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

Shades of Wild Willow #BDD26B

Tints of Wild Willow #BDD26B

Color information

#BDD26B (or 0xBDD26B) is unknown color: approx Wild Willow. HEX triplet: BD, D2 and 6B. RGB value is (189,210,107). Sum of RGB (Red+Green+Blue) = 189+210+107=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD26B is #422D94. Grayscale: #C0C0C0. Windows color (decimal): -4337045 or 7066301. OLE color: 7066301.

HSL color Cylindrical-coordinate representation of color #BDD26B: hue angle of 72.23º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDD26B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB189210107-
CMYK0.1000.490.18
HSL72.23º53.37%62.16%-
HSV(B)72.23º49.05%82.35%-
XYZ46.6957.9722.64-
YUV191.9880.04125.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 210 (82.42% from 255) = 41.50%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=37.35%
G=41.50%
B=21.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101070.1000.490.1872.2353.3762.16
HexBDD26BA0311248353e
Octal27532215312061221106576
Binary1011110111010010110101110100110001100101001000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD26B; }

 p { color: rgb(189,210,107); }

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

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

 a { background-color: rgb(189,210,107); }

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

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

 span { border-color: rgb(189,210,107); }

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