#B0D26B

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

Shades of Wild Willow #B0D26B

Tints of Wild Willow #B0D26B

Color information

#B0D26B (or 0xB0D26B) is unknown color: approx Wild Willow. HEX triplet: B0, D2 and 6B. RGB value is (176,210,107). Sum of RGB (Red+Green+Blue) = 176+210+107=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D26B is #4F2D94. Grayscale: #BCBCBC. Windows color (decimal): -5189013 or 7066288. OLE color: 7066288.

HSL color Cylindrical-coordinate representation of color #B0D26B: hue angle of 79.81º 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 #B0D26B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB176210107-
CMYK0.1600.490.18
HSL79.81º53.37%62.16%-
HSV(B)79.81º49.05%82.35%-
XYZ43.656.3822.5-
YUV188.0982.24119.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=35.70%
G=42.60%
B=21.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101070.1600.490.1879.8153.3762.16
HexB0D26B100311250353e
Octal26032215320061221206576
Binary10110000110100101101011100000110001100101010000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D26B; }

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

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

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

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

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

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

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

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