#B2B84D

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

Shades of Celery #B2B84D

Tints of Celery #B2B84D

Color information

#B2B84D (or 0xB2B84D) is unknown color: approx Celery. HEX triplet: B2, B8 and 4D. RGB value is (178,184,77). Sum of RGB (Red+Green+Blue) = 178+184+77=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B84D is #4D47B2. Grayscale: #AAAAAA. Windows color (decimal): -5064627 or 5093554. OLE color: 5093554.

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

Color convert

RGB17818477-
CMYK0.0300.580.28
HSL63.36º42.97%51.18%-
HSV(B)63.36º58.15%72.16%-
XYZ36.8444.2813.63-
YUV170.0175.51133.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=40.55%
G=41.91%
B=17.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178184770.0300.580.2863.3642.9751.18
HexB2B84D303A1C3f2b33
Octal262270115307234775363
Binary1011001010111000100110111011101011100111111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B84D; }

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

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

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

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

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

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

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

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