#B0C94D

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

Shades of Celery #B0C94D

Tints of Celery #B0C94D

Color information

#B0C94D (or 0xB0C94D) is unknown color: approx Celery. HEX triplet: B0, C9 and 4D. RGB value is (176,201,77). Sum of RGB (Red+Green+Blue) = 176+201+77=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C94D is #4F36B2. Grayscale: #B3B3B3. Windows color (decimal): -5191347 or 5097904. OLE color: 5097904.

HSL color Cylindrical-coordinate representation of color #B0C94D: hue angle of 72.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0C94D is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB17620177-
CMYK0.1200.620.21
HSL72.1º53.45%54.51%-
HSV(B)72.1º61.69%78.82%-
XYZ40.1351.5414.85-
YUV179.3970.22125.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 201 (78.91% from 255) = 44.27%
BLUE value IS 77 (30.47% from 255) = 16.96%
R=38.77%
G=44.27%
B=16.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176201770.1200.620.2172.153.4554.51
HexB0C94DC03E15483537
Octal26031111514076251106567
Binary1011000011001001100110111000111110101011001000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C94D; }

 p { color: rgb(176,201,77); }

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

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

 a { background-color: rgb(176,201,77); }

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

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

 span { border-color: rgb(176,201,77); }

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