#B8CA70

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

Shades of Wild Willow #B8CA70

Tints of Wild Willow #B8CA70

Color information

#B8CA70 (or 0xB8CA70) is unknown color: approx Wild Willow. HEX triplet: B8, CA and 70. RGB value is (184,202,112). Sum of RGB (Red+Green+Blue) = 184+202+112=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA70 is #47358F. Grayscale: #BABABA. Windows color (decimal): -4666768 or 7391928. OLE color: 7391928.

HSL color Cylindrical-coordinate representation of color #B8CA70: hue angle of 72º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8CA70 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB184202112-
CMYK0.0900.450.21
HSL72º45.92%61.57%-
HSV(B)72º44.55%79.22%-
XYZ43.8153.623.37-
YUV186.3686.04126.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=36.95%
G=40.56%
B=22.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021120.0900.450.217245.9261.57
HexB8CA70902D15482e3e
Octal27031216011055251105676
Binary1011100011001010111000010010101101101011001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA70; }

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

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

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

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

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

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

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

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