#B0C736

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

Shades of Celery #B0C736

Tints of Celery #B0C736

Color information

#B0C736 (or 0xB0C736) is unknown color: approx Celery. HEX triplet: B0, C7 and 36. RGB value is (176,199,54). Sum of RGB (Red+Green+Blue) = 176+199+54=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C736 is #4F38C9. Grayscale: #B0B0B0. Windows color (decimal): -5191882 or 3590064. OLE color: 3590064.

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

Color convert

RGB17619954-
CMYK0.1200.730.22
HSL69.52º57.31%49.61%-
HSV(B)69.52º72.86%78.04%-
XYZ38.9950.3411.15-
YUV175.5959.38128.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 54 (21.48% from 255) = 12.59%
R=41.03%
G=46.39%
B=12.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176199540.1200.730.2269.5257.3149.61
HexB0C736C04916463932
Octal26030766140111261067162
Binary1011000011000111110110110001001001101101000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C736; }

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

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

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

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

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

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

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

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