#B2C540

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

Shades of Celery #B2C540

Tints of Celery #B2C540

Color information

#B2C540 (or 0xB2C540) is unknown color: approx Celery. HEX triplet: B2, C5 and 40. RGB value is (178,197,64). Sum of RGB (Red+Green+Blue) = 178+197+64=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C540 is #4D3ABF. Grayscale: #B0B0B0. Windows color (decimal): -5061312 or 4244914. OLE color: 4244914.

HSL color Cylindrical-coordinate representation of color #B2C540: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2C540 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB17819764-
CMYK0.1000.680.23
HSL68.57º53.41%51.18%-
HSV(B)68.57º67.51%77.25%-
XYZ39.2549.7712.39-
YUV176.1664.71129.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=40.55%
G=44.87%
B=14.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178197640.1000.680.2368.5753.4151.18
HexB2C540A04417453533
Octal262305100120104271056563
Binary10110010110001011000000101001000100101111000101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C540; }

 p { color: rgb(178,197,64); }

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

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

 a { background-color: rgb(178,197,64); }

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

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

 span { border-color: rgb(178,197,64); }

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