#B8C85A

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

Shades of Wild Willow #B8C85A

Tints of Wild Willow #B8C85A

Color information

#B8C85A (or 0xB8C85A) is unknown color: approx Wild Willow. HEX triplet: B8, C8 and 5A. RGB value is (184,200,90). Sum of RGB (Red+Green+Blue) = 184+200+90=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C85A is #4737A5. Grayscale: #B7B7B7. Windows color (decimal): -4667302 or 5949624. OLE color: 5949624.

HSL color Cylindrical-coordinate representation of color #B8C85A: hue angle of 68.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8C85A is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB18420090-
CMYK0.0800.550.22
HSL68.73º50%56.86%-
HSV(B)68.73º55%78.43%-
XYZ42.2752.2417.53-
YUV182.6875.7128.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 200 (78.52% from 255) = 42.19%
BLUE value IS 90 (35.55% from 255) = 18.99%
R=38.82%
G=42.19%
B=18.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184200900.0800.550.2268.735056.86
HexB8C85A803716453239
Octal27031013210067261056271
Binary1011100011001000101101010000110111101101000101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C85A; }

 p { color: rgb(184,200,90); }

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

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

 a { background-color: rgb(184,200,90); }

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

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

 span { border-color: rgb(184,200,90); }

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