#B2B34B

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

Shades of Celery #B2B34B

Tints of Celery #B2B34B

Color information

#B2B34B (or 0xB2B34B) is unknown color: approx Celery. HEX triplet: B2, B3 and 4B. RGB value is (178,179,75). Sum of RGB (Red+Green+Blue) = 178+179+75=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B34B is #4D4CB4. Grayscale: #A7A7A7. Windows color (decimal): -5065909 or 4961202. OLE color: 4961202.

HSL color Cylindrical-coordinate representation of color #B2B34B: hue angle of 60.58º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B34B is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17817975-
CMYK0.0100.580.30
HSL60.58º40.94%49.8%-
HSV(B)60.58º58.1%70.2%-
XYZ35.7542.2112.92-
YUV166.8476.17135.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 75 (29.69% from 255) = 17.36%
R=41.20%
G=41.44%
B=17.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178179750.0100.580.3060.5840.9449.8
HexB2B34B103A1E3d2932
Octal262263113107236755162
Binary101100101011001110010111011101011110111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B34B; }

 p { color: rgb(178,179,75); }

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

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

 a { background-color: rgb(178,179,75); }

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

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

 span { border-color: rgb(178,179,75); }

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