#B2B953

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

Shades of Celery #B2B953

Tints of Celery #B2B953

Color information

#B2B953 (or 0xB2B953) is unknown color: approx Celery. HEX triplet: B2, B9 and 53. RGB value is (178,185,83). Sum of RGB (Red+Green+Blue) = 178+185+83=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B953 is #4D46AC. Grayscale: #ABABAB. Windows color (decimal): -5064365 or 5487026. OLE color: 5487026.

HSL color Cylindrical-coordinate representation of color #B2B953: hue angle of 64.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2B953 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB17818583-
CMYK0.0400.550.27
HSL64.12º42.15%52.55%-
HSV(B)64.12º55.14%72.55%-
XYZ37.2744.7914.86-
YUV171.2878.18132.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 83 (32.81% from 255) = 18.61%
R=39.91%
G=41.48%
B=18.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178185830.0400.550.2764.1242.1552.55
HexB2B95340371B402a35
Octal2622711234067331005265
Binary101100101011100110100111000110111110111000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B953; }

 p { color: rgb(178,185,83); }

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

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

 a { background-color: rgb(178,185,83); }

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

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

 span { border-color: rgb(178,185,83); }

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