#B0C636

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

Shades of Celery #B0C636

Tints of Celery #B0C636

Color information

#B0C636 (or 0xB0C636) is unknown color: approx Celery. HEX triplet: B0, C6 and 36. RGB value is (176,198,54). Sum of RGB (Red+Green+Blue) = 176+198+54=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C636 is #4F39C9. Grayscale: #AFAFAF. Windows color (decimal): -5192138 or 3589808. OLE color: 3589808.

HSL color Cylindrical-coordinate representation of color #B0C636: hue angle of 69.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0C636 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB17619854-
CMYK0.1100.730.22
HSL69.17º57.14%49.41%-
HSV(B)69.17º72.73%77.65%-
XYZ38.7649.8811.08-
YUV175.0159.71128.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 198 (77.73% from 255) = 46.26%
BLUE value IS 54 (21.48% from 255) = 12.62%
R=41.12%
G=46.26%
B=12.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176198540.1100.730.2269.1757.1449.41
HexB0C636B04916453931
Octal26030666130111261057161
Binary1011000011000110110110101101001001101101000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C636; }

 p { color: rgb(176,198,54); }

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

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

 a { background-color: rgb(176,198,54); }

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

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

 span { border-color: rgb(176,198,54); }

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