#BBBF5C

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

Shades of Wild Willow #BBBF5C

Tints of Wild Willow #BBBF5C

Color information

#BBBF5C (or 0xBBBF5C) is unknown color: approx Wild Willow. HEX triplet: BB, BF and 5C. RGB value is (187,191,92). Sum of RGB (Red+Green+Blue) = 187+191+92=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF5C is #4440A3. Grayscale: #B2B2B2. Windows color (decimal): -4472996 or 6078395. OLE color: 6078395.

HSL color Cylindrical-coordinate representation of color #BBBF5C: hue angle of 62.42º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBBF5C is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB18719192-
CMYK0.0200.520.25
HSL62.42º43.61%55.49%-
HSV(B)62.42º51.83%74.9%-
XYZ41.0648.617.34-
YUV178.5279.17134.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=39.79%
G=40.64%
B=19.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191920.0200.520.2562.4243.6155.49
HexBBBF5C2034193e2c37
Octal273277134206431765467
Binary1011101110111111101110010011010011001111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF5C; }

 p { color: rgb(187,191,92); }

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

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

 a { background-color: rgb(187,191,92); }

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

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

 span { border-color: rgb(187,191,92); }

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