#B0C53E

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

Shades of Celery #B0C53E

Tints of Celery #B0C53E

Color information

#B0C53E (or 0xB0C53E) is unknown color: approx Celery. HEX triplet: B0, C5 and 3E. RGB value is (176,197,62). Sum of RGB (Red+Green+Blue) = 176+197+62=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C53E is #4F3AC1. Grayscale: #AFAFAF. Windows color (decimal): -5192386 or 4113840. OLE color: 4113840.

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

Color convert

RGB17619762-
CMYK0.1100.690.23
HSL69.33º53.78%50.78%-
HSV(B)69.33º68.53%77.25%-
XYZ38.7449.5112.07-
YUV175.3364.04128.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 197 (77.34% from 255) = 45.29%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=40.46%
G=45.29%
B=14.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197620.1100.690.2369.3353.7850.78
HexB0C53EB04517453633
Octal26030576130105271056663
Binary1011000011000101111110101101000101101111000101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C53E; }

 p { color: rgb(176,197,62); }

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

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

 a { background-color: rgb(176,197,62); }

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

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

 span { border-color: rgb(176,197,62); }

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