#B0CE64

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

Shades of Wild Willow #B0CE64

Tints of Wild Willow #B0CE64

Color information

#B0CE64 (or 0xB0CE64) is unknown color: approx Wild Willow. HEX triplet: B0, CE and 64. RGB value is (176,206,100). Sum of RGB (Red+Green+Blue) = 176+206+100=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE64 is #4F319B. Grayscale: #B9B9B9. Windows color (decimal): -5190044 or 6606512. OLE color: 6606512.

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

Color convert

RGB176206100-
CMYK0.1500.510.19
HSL76.98º51.96%60%-
HSV(B)76.98º51.46%80.78%-
XYZ42.2854.2920.31-
YUV184.9580.06121.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 100 (39.45% from 255) = 20.75%
R=36.51%
G=42.74%
B=20.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061000.1500.510.1976.9851.9660
HexB0CE64F033134d343c
Octal26031614417063231156474
Binary1011000011001110110010011110110011100111001101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE64; }

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

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

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

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

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

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

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

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