#B2C452

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

Shades of Celery #B2C452

Tints of Celery #B2C452

Color information

#B2C452 (or 0xB2C452) is unknown color: approx Celery. HEX triplet: B2, C4 and 52. RGB value is (178,196,82). Sum of RGB (Red+Green+Blue) = 178+196+82=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C452 is #4D3BAD. Grayscale: #B2B2B2. Windows color (decimal): -5061550 or 5424306. OLE color: 5424306.

HSL color Cylindrical-coordinate representation of color #B2C452: hue angle of 69.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2C452 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB17819682-
CMYK0.0900.580.23
HSL69.47º49.14%54.51%-
HSV(B)69.47º58.16%76.86%-
XYZ39.6249.5515.46-
YUV177.6274.04128.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=39.04%
G=42.98%
B=17.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178196820.0900.580.2369.4749.1454.51
HexB2C452903A17453137
Octal26230412211072271056167
Binary1011001011000100101001010010111010101111000101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C452; }

 p { color: rgb(178,196,82); }

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

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

 a { background-color: rgb(178,196,82); }

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

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

 span { border-color: rgb(178,196,82); }

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