#B2B834

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

Shades of Celery #B2B834

Tints of Celery #B2B834

Color information

#B2B834 (or 0xB2B834) is unknown color: approx Celery. HEX triplet: B2, B8 and 34. RGB value is (178,184,52). Sum of RGB (Red+Green+Blue) = 178+184+52=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B834 is #4D47CB. Grayscale: #A7A7A7. Windows color (decimal): -5064652 or 3455154. OLE color: 3455154.

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

Color convert

RGB17818452-
CMYK0.0300.720.28
HSL62.73º55.93%46.27%-
HSV(B)62.73º71.74%72.16%-
XYZ36.1243.999.84-
YUV167.1663.01135.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 184 (72.27% from 255) = 44.44%
BLUE value IS 52 (20.70% from 255) = 12.56%
R=43.00%
G=44.44%
B=12.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178184520.0300.720.2862.7355.9346.27
HexB2B83430481C3f382e
Octal262270643011034777056
Binary1011001010111000110100110100100011100111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B834; }

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

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

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

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

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

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

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

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