#B2B844

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

Shades of Celery #B2B844

Tints of Celery #B2B844

Color information

#B2B844 (or 0xB2B844) is unknown color: approx Celery. HEX triplet: B2, B8 and 44. RGB value is (178,184,68). Sum of RGB (Red+Green+Blue) = 178+184+68=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B844 is #4D47BB. Grayscale: #A9A9A9. Windows color (decimal): -5064636 or 4503730. OLE color: 4503730.

HSL color Cylindrical-coordinate representation of color #B2B844: hue angle of 63.1º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2B844 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB17818468-
CMYK0.0300.630.28
HSL63.1º46.03%49.41%-
HSV(B)63.1º63.04%72.16%-
XYZ36.5444.1612.07-
YUV168.9871.01134.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 184 (72.27% from 255) = 42.79%
BLUE value IS 68 (26.95% from 255) = 15.81%
R=41.40%
G=42.79%
B=15.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178184680.0300.630.2863.146.0349.41
HexB2B844303F1C3f2e31
Octal262270104307734775661
Binary1011001010111000100010011011111111100111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B844; }

 p { color: rgb(178,184,68); }

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

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

 a { background-color: rgb(178,184,68); }

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

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

 span { border-color: rgb(178,184,68); }

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