#B0C154

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

Shades of Celery #B0C154

Tints of Celery #B0C154

Color information

#B0C154 (or 0xB0C154) is unknown color: approx Celery. HEX triplet: B0, C1 and 54. RGB value is (176,193,84). Sum of RGB (Red+Green+Blue) = 176+193+84=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C154 is #4F3EAB. Grayscale: #AFAFAF. Windows color (decimal): -5193388 or 5554608. OLE color: 5554608.

HSL color Cylindrical-coordinate representation of color #B0C154: hue angle of 69.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0C154 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB17619384-
CMYK0.0900.560.24
HSL69.36º46.78%54.31%-
HSV(B)69.36º56.48%75.69%-
XYZ38.5748.0115.62-
YUV175.4976.37128.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=38.85%
G=42.60%
B=18.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176193840.0900.560.2469.3646.7854.31
HexB0C154903818452f36
Octal26030112411070301055766
Binary1011000011000001101010010010111000110001000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C154; }

 p { color: rgb(176,193,84); }

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

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

 a { background-color: rgb(176,193,84); }

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

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

 span { border-color: rgb(176,193,84); }

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