#BBC562

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

Shades of Wild Willow #BBC562

Tints of Wild Willow #BBC562

Color information

#BBC562 (or 0xBBC562) is unknown color: approx Wild Willow. HEX triplet: BB, C5 and 62. RGB value is (187,197,98). Sum of RGB (Red+Green+Blue) = 187+197+98=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC562 is #443A9D. Grayscale: #B7B7B7. Windows color (decimal): -4471454 or 6473147. OLE color: 6473147.

HSL color Cylindrical-coordinate representation of color #BBC562: hue angle of 66.06º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC562 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB18719798-
CMYK0.0500.500.23
HSL66.06º46.05%57.84%-
HSV(B)66.06º50.25%77.25%-
XYZ42.6651.3819.22-
YUV182.7280.19131.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=38.80%
G=40.87%
B=20.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187197980.0500.500.2366.0646.0557.84
HexBBC562503217422e3a
Octal2733051425062271025672
Binary101110111100010111000101010110010101111000010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC562; }

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

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

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

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

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

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

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

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