#b0ce6a

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

Shades of Wild Willow #B0CE6A

Tints of Wild Willow #B0CE6A

Color information

#B0CE6A (or 0xB0CE6A) is unknown color: approx Wild Willow. HEX triplet: B0, CE and 6A. RGB value is (176,206,106). Sum of RGB (Red+Green+Blue) = 176+206+106=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE6A is #4F3195. Grayscale: #B9B9B9. Windows color (decimal): -5190038 or 6999728. OLE color: 6999728.

HSL color Cylindrical-coordinate representation of color #B0CE6A: hue angle of 78º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0CE6A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB176206106-
CMYK0.1500.490.19
HSL78º50.51%61.18%-
HSV(B)78º48.54%80.78%-
XYZ42.5854.4121.89-
YUV185.6383.06121.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=36.07%
G=42.21%
B=21.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061060.1500.490.197850.5161.18
HexB0CE6AF031134e333d
Octal26031615217061231166375
Binary1011000011001110110101011110110001100111001110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ce6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ce6a; }

 p { color: rgb(176,206,106); }

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

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

 a { background-color: rgb(176,206,106); }

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

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

 span { border-color: rgb(176,206,106); }

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