#B2B955

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

Shades of Celery #B2B955

Tints of Celery #B2B955

Color information

#B2B955 (or 0xB2B955) is unknown color: approx Celery. HEX triplet: B2, B9 and 55. RGB value is (178,185,85). Sum of RGB (Red+Green+Blue) = 178+185+85=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B955 is #4D46AA. Grayscale: #ABABAB. Windows color (decimal): -5064363 or 5618098. OLE color: 5618098.

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

Color convert

RGB17818585-
CMYK0.0400.540.27
HSL64.2º41.67%52.94%-
HSV(B)64.2º54.05%72.55%-
XYZ37.3544.8215.28-
YUV171.5179.18132.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=39.73%
G=41.29%
B=18.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178185850.0400.540.2764.241.6752.94
HexB2B95540361B402a35
Octal2622711254066331005265
Binary101100101011100110101011000110110110111000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B955; }

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

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

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

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

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

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

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

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