#B2C13E

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

Shades of Celery #B2C13E

Tints of Celery #B2C13E

Color information

#B2C13E (or 0xB2C13E) is unknown color: approx Celery. HEX triplet: B2, C1 and 3E. RGB value is (178,193,62). Sum of RGB (Red+Green+Blue) = 178+193+62=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C13E is #4D3EC1. Grayscale: #AEAEAE. Windows color (decimal): -5062338 or 4112818. OLE color: 4112818.

HSL color Cylindrical-coordinate representation of color #B2C13E: hue angle of 66.87º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2C13E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB17819362-
CMYK0.0800.680.24
HSL66.87º51.37%50%-
HSV(B)66.87º67.88%75.69%-
XYZ38.347.9511.79-
YUV173.5865.03131.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 62 (24.61% from 255) = 14.32%
R=41.11%
G=44.57%
B=14.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178193620.0800.680.2466.8751.3750
HexB2C13E804418433332
Octal26230176100104301036362
Binary1011001011000001111110100001000100110001000011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C13E; }

 p { color: rgb(178,193,62); }

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

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

 a { background-color: rgb(178,193,62); }

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

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

 span { border-color: rgb(178,193,62); }

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