#B6BB42

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

Shades of Celery #B6BB42

Tints of Celery #B6BB42

Color information

#B6BB42 (or 0xB6BB42) is unknown color: approx Celery. HEX triplet: B6, BB and 42. RGB value is (182,187,66). Sum of RGB (Red+Green+Blue) = 182+187+66=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BB42 is #4944BD. Grayscale: #ACACAC. Windows color (decimal): -4801726 or 4373430. OLE color: 4373430.

HSL color Cylindrical-coordinate representation of color #B6BB42: hue angle of 62.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6BB42 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18218766-
CMYK0.0300.650.27
HSL62.48º47.83%49.61%-
HSV(B)62.48º64.71%73.33%-
XYZ38.0545.8812-
YUV171.7168.34135.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 66 (26.17% from 255) = 15.17%
R=41.84%
G=42.99%
B=15.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182187660.0300.650.2762.4847.8349.61
HexB6BB4230411B3e3032
Octal2662731023010133766062
Binary10110110101110111000010110100000111011111110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BB42; }

 p { color: rgb(182,187,66); }

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

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

 a { background-color: rgb(182,187,66); }

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

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

 span { border-color: rgb(182,187,66); }

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