#b8ce70

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

Shades of Wild Willow #B8CE70

Tints of Wild Willow #B8CE70

Color information

#B8CE70 (or 0xB8CE70) is unknown color: approx Wild Willow. HEX triplet: B8, CE and 70. RGB value is (184,206,112). Sum of RGB (Red+Green+Blue) = 184+206+112=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CE70 is #47318F. Grayscale: #BDBDBD. Windows color (decimal): -4665744 or 7392952. OLE color: 7392952.

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

Color convert

RGB184206112-
CMYK0.1100.460.19
HSL74.04º48.96%62.35%-
HSV(B)74.04º45.63%80.78%-
XYZ44.7655.523.68-
YUV188.7184.71124.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=36.65%
G=41.04%
B=22.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842061120.1100.460.1974.0448.9662.35
HexB8CE70B02E134a313e
Octal27031616013056231126176
Binary1011100011001110111000010110101110100111001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8ce70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8ce70; }

 p { color: rgb(184,206,112); }

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

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

 a { background-color: rgb(184,206,112); }

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

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

 span { border-color: rgb(184,206,112); }

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