#BBC862

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

Shades of Wild Willow #BBC862

Tints of Wild Willow #BBC862

Color information

#BBC862 (or 0xBBC862) is unknown color: approx Wild Willow. HEX triplet: BB, C8 and 62. RGB value is (187,200,98). Sum of RGB (Red+Green+Blue) = 187+200+98=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC862 is #44379D. Grayscale: #B8B8B8. Windows color (decimal): -4470686 or 6473915. OLE color: 6473915.

HSL color Cylindrical-coordinate representation of color #BBC862: hue angle of 67.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBC862 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB18720098-
CMYK0.0600.510.22
HSL67.65º48.11%58.43%-
HSV(B)67.65º51%78.43%-
XYZ43.3552.7619.45-
YUV184.4879.19129.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 98 (38.67% from 255) = 20.21%
R=38.56%
G=41.24%
B=20.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187200980.0600.510.2267.6548.1158.43
HexBBC86260331644303a
Octal2733101426063261046072
Binary101110111100100011000101100110011101101000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC862; }

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

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

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

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

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

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

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

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