#BBCD56

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

Shades of Wild Willow #BBCD56

Tints of Wild Willow #BBCD56

Color information

#BBCD56 (or 0xBBCD56) is unknown color: approx Wild Willow. HEX triplet: BB, CD and 56. RGB value is (187,205,86). Sum of RGB (Red+Green+Blue) = 187+205+86=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD56 is #4432A9. Grayscale: #BABABA. Windows color (decimal): -4469418 or 5688763. OLE color: 5688763.

HSL color Cylindrical-coordinate representation of color #BBCD56: hue angle of 69.08º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBCD56 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB18720586-
CMYK0.0900.580.20
HSL69.08º54.34%57.06%-
HSV(B)69.08º58.05%80.39%-
XYZ4454.917.08-
YUV186.0571.54128.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 86 (33.98% from 255) = 17.99%
R=39.12%
G=42.89%
B=17.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205860.0900.580.2069.0854.3457.06
HexBBCD56903A14453639
Octal27331512611072241056671
Binary1011101111001101101011010010111010101001000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD56; }

 p { color: rgb(187,205,86); }

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

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

 a { background-color: rgb(187,205,86); }

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

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

 span { border-color: rgb(187,205,86); }

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