#BBC46C

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

Shades of Wild Willow #BBC46C

Tints of Wild Willow #BBC46C

Color information

#BBC46C (or 0xBBC46C) is unknown color: approx Wild Willow. HEX triplet: BB, C4 and 6C. RGB value is (187,196,108). Sum of RGB (Red+Green+Blue) = 187+196+108=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC46C is #443B93. Grayscale: #B7B7B7. Windows color (decimal): -4471700 or 7128251. OLE color: 7128251.

HSL color Cylindrical-coordinate representation of color #BBC46C: hue angle of 66.14º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC46C is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB187196108-
CMYK0.0500.450.23
HSL66.14º42.72%59.61%-
HSV(B)66.14º44.9%76.86%-
XYZ42.9451.1321.79-
YUV183.2885.52130.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=38.09%
G=39.92%
B=22.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961080.0500.450.2366.1442.7259.61
HexBBC46C502D17422b3c
Octal2733041545055271025374
Binary101110111100010011011001010101101101111000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC46C; }

 p { color: rgb(187,196,108); }

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

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

 a { background-color: rgb(187,196,108); }

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

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

 span { border-color: rgb(187,196,108); }

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