#B0C54E

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

Shades of Celery #B0C54E

Tints of Celery #B0C54E

Color information

#B0C54E (or 0xB0C54E) is unknown color: approx Celery. HEX triplet: B0, C5 and 4E. RGB value is (176,197,78). Sum of RGB (Red+Green+Blue) = 176+197+78=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C54E is #4F3AB1. Grayscale: #B1B1B1. Windows color (decimal): -5192370 or 5162416. OLE color: 5162416.

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

Color convert

RGB17619778-
CMYK0.1100.600.23
HSL70.59º50.64%53.92%-
HSV(B)70.59º60.41%77.25%-
XYZ39.2549.7114.73-
YUV177.1572.04127.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 197 (77.34% from 255) = 43.68%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=39.02%
G=43.68%
B=17.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197780.1100.600.2370.5950.6453.92
HexB0C54EB03C17473336
Octal26030511613074271076366
Binary1011000011000101100111010110111100101111000111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C54E; }

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

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

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

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

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

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

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

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