#BBCA58

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

Shades of Wild Willow #BBCA58

Tints of Wild Willow #BBCA58

Color information

#BBCA58 (or 0xBBCA58) is unknown color: approx Wild Willow. HEX triplet: BB, CA and 58. RGB value is (187,202,88). Sum of RGB (Red+Green+Blue) = 187+202+88=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA58 is #4435A7. Grayscale: #B8B8B8. Windows color (decimal): -4470184 or 5819067. OLE color: 5819067.

HSL color Cylindrical-coordinate representation of color #BBCA58: hue angle of 67.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBCA58 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB18720288-
CMYK0.0700.560.21
HSL67.89º51.82%56.86%-
HSV(B)67.89º56.44%79.22%-
XYZ43.3853.5117.27-
YUV184.5273.53129.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 88 (34.77% from 255) = 18.45%
R=39.20%
G=42.35%
B=18.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202880.0700.560.2167.8951.8256.86
HexBBCA58703815443439
Octal2733121307070251046471
Binary101110111100101010110001110111000101011000100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA58; }

 p { color: rgb(187,202,88); }

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

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

 a { background-color: rgb(187,202,88); }

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

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

 span { border-color: rgb(187,202,88); }

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