#BBC362

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

Shades of Wild Willow #BBC362

Tints of Wild Willow #BBC362

Color information

#BBC362 (or 0xBBC362) is unknown color: approx Wild Willow. HEX triplet: BB, C3 and 62. RGB value is (187,195,98). Sum of RGB (Red+Green+Blue) = 187+195+98=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC362 is #443C9D. Grayscale: #B5B5B5. Windows color (decimal): -4471966 or 6472635. OLE color: 6472635.

HSL color Cylindrical-coordinate representation of color #BBC362: hue angle of 64.95º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC362 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18719598-
CMYK0.0400.500.24
HSL64.95º44.7%57.45%-
HSV(B)64.95º49.74%76.47%-
XYZ42.2150.4819.07-
YUV181.5580.85131.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 98 (38.67% from 255) = 20.42%
R=38.96%
G=40.62%
B=20.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187195980.0400.500.2464.9544.757.45
HexBBC362403218412d39
Octal2733031424062301015571
Binary101110111100001111000101000110010110001000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC362; }

 p { color: rgb(187,195,98); }

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

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

 a { background-color: rgb(187,195,98); }

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

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

 span { border-color: rgb(187,195,98); }

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