#BBD05C

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

Shades of Wild Willow #BBD05C

Tints of Wild Willow #BBD05C

Color information

#BBD05C (or 0xBBD05C) is unknown color: approx Wild Willow. HEX triplet: BB, D0 and 5C. RGB value is (187,208,92). Sum of RGB (Red+Green+Blue) = 187+208+92=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD05C is #442FA3. Grayscale: #BCBCBC. Windows color (decimal): -4468644 or 6082747. OLE color: 6082747.

HSL color Cylindrical-coordinate representation of color #BBD05C: hue angle of 70.86º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBD05C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB18720892-
CMYK0.1000.560.18
HSL70.86º55.24%58.82%-
HSV(B)70.86º55.77%81.57%-
XYZ44.9856.4518.65-
YUV188.573.54126.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 92 (36.33% from 255) = 18.89%
R=38.40%
G=42.71%
B=18.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187208920.1000.560.1870.8655.2458.82
HexBBD05CA0381247373b
Octal27332013412070221076773
Binary1011101111010000101110010100111000100101000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD05C; }

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

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

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

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

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

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

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

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