#B0C13B

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

Shades of Celery #B0C13B

Tints of Celery #B0C13B

Color information

#B0C13B (or 0xB0C13B) is unknown color: approx Celery. HEX triplet: B0, C1 and 3B. RGB value is (176,193,59). Sum of RGB (Red+Green+Blue) = 176+193+59=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C13B is #4F3EC4. Grayscale: #ADADAD. Windows color (decimal): -5193413 or 3916208. OLE color: 3916208.

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

Color convert

RGB17619359-
CMYK0.0900.690.24
HSL67.61º53.17%49.41%-
HSV(B)67.61º69.43%75.69%-
XYZ37.7647.6911.35-
YUV172.6463.87130.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 193 (75.78% from 255) = 45.09%
BLUE value IS 59 (23.44% from 255) = 13.79%
R=41.12%
G=45.09%
B=13.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176193590.0900.690.2467.6153.1749.41
HexB0C13B904518443531
Octal26030173110105301046561
Binary1011000011000001111011100101000101110001000100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C13B; }

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

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

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

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

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

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

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

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