#B8CC5A

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

Shades of Wild Willow #B8CC5A

Tints of Wild Willow #B8CC5A

Color information

#B8CC5A (or 0xB8CC5A) is unknown color: approx Wild Willow. HEX triplet: B8, CC and 5A. RGB value is (184,204,90). Sum of RGB (Red+Green+Blue) = 184+204+90=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CC5A is #4733A5. Grayscale: #B9B9B9. Windows color (decimal): -4666278 or 5950648. OLE color: 5950648.

HSL color Cylindrical-coordinate representation of color #B8CC5A: hue angle of 70.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8CC5A is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB18420490-
CMYK0.1000.560.2
HSL70.53º52.78%57.65%-
HSV(B)70.53º55.88%80%-
XYZ43.2154.1117.84-
YUV185.0274.37127.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=38.49%
G=42.68%
B=18.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184204900.1000.560.270.5352.7857.65
HexB8CC5AA0381447353a
Octal27031413212070241076572
Binary1011100011001100101101010100111000101001000111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CC5A; }

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

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

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

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

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

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

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

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