#B0C253

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

Shades of Celery #B0C253

Tints of Celery #B0C253

Color information

#B0C253 (or 0xB0C253) is unknown color: approx Celery. HEX triplet: B0, C2 and 53. RGB value is (176,194,83). Sum of RGB (Red+Green+Blue) = 176+194+83=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C253 is #4F3DAC. Grayscale: #B0B0B0. Windows color (decimal): -5193133 or 5489328. OLE color: 5489328.

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

Color convert

RGB17619483-
CMYK0.0900.570.24
HSL69.73º47.64%54.31%-
HSV(B)69.73º57.22%76.08%-
XYZ38.7648.4415.49-
YUV175.9675.54128.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 194 (76.17% from 255) = 42.83%
BLUE value IS 83 (32.81% from 255) = 18.32%
R=38.85%
G=42.83%
B=18.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176194830.0900.570.2469.7347.6454.31
HexB0C253903918463036
Octal26030212311071301066066
Binary1011000011000010101001110010111001110001000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C253; }

 p { color: rgb(176,194,83); }

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

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

 a { background-color: rgb(176,194,83); }

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

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

 span { border-color: rgb(176,194,83); }

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