#BBC262

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

Shades of Wild Willow #BBC262

Tints of Wild Willow #BBC262

Color information

#BBC262 (or 0xBBC262) is unknown color: approx Wild Willow. HEX triplet: BB, C2 and 62. RGB value is (187,194,98). Sum of RGB (Red+Green+Blue) = 187+194+98=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC262 is #443D9D. Grayscale: #B5B5B5. Windows color (decimal): -4472222 or 6472379. OLE color: 6472379.

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

Color convert

RGB18719498-
CMYK0.0400.490.24
HSL64.38º44.04%57.25%-
HSV(B)64.38º49.48%76.08%-
XYZ41.9950.0319-
YUV180.9681.18132.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=39.04%
G=40.50%
B=20.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187194980.0400.490.2464.3844.0457.25
HexBBC262403118402c39
Octal2733021424061301005471
Binary101110111100001011000101000110001110001000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC262; }

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

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

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

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

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

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

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

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