#B2C93E

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

Shades of Celery #B2C93E

Tints of Celery #B2C93E

Color information

#B2C93E (or 0xB2C93E) is unknown color: approx Celery. HEX triplet: B2, C9 and 3E. RGB value is (178,201,62). Sum of RGB (Red+Green+Blue) = 178+201+62=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C93E is #4D36C1. Grayscale: #B2B2B2. Windows color (decimal): -5060290 or 4114866. OLE color: 4114866.

HSL color Cylindrical-coordinate representation of color #B2C93E: hue angle of 69.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2C93E is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB17820162-
CMYK0.1100.690.21
HSL69.93º56.28%51.57%-
HSV(B)69.93º69.15%78.82%-
XYZ40.1251.5912.4-
YUV178.2862.38127.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 201 (78.91% from 255) = 45.58%
BLUE value IS 62 (24.61% from 255) = 14.06%
R=40.36%
G=45.58%
B=14.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178201620.1100.690.2169.9356.2851.57
HexB2C93EB04515463834
Octal26231176130105251067064
Binary1011001011001001111110101101000101101011000110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C93E; }

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

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

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

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

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

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

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

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