#BBC75D

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

Shades of Wild Willow #BBC75D

Tints of Wild Willow #BBC75D

Color information

#BBC75D (or 0xBBC75D) is unknown color: approx Wild Willow. HEX triplet: BB, C7 and 5D. RGB value is (187,199,93). Sum of RGB (Red+Green+Blue) = 187+199+93=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC75D is #4438A2. Grayscale: #B7B7B7. Windows color (decimal): -4470947 or 6145979. OLE color: 6145979.

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

Color convert

RGB18719993-
CMYK0.0600.530.22
HSL66.79º48.62%57.25%-
HSV(B)66.79º53.27%78.04%-
XYZ42.8952.218.17-
YUV183.3377.02130.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=39.04%
G=41.54%
B=19.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187199930.0600.530.2266.7948.6257.25
HexBBC75D603516433139
Octal2733071356065261036171
Binary101110111100011110111011100110101101101000011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC75D; }

 p { color: rgb(187,199,93); }

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

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

 a { background-color: rgb(187,199,93); }

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

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

 span { border-color: rgb(187,199,93); }

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