#B0CA57

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

Shades of Celery #B0CA57

Tints of Celery #B0CA57

Color information

#B0CA57 (or 0xB0CA57) is unknown color: approx Celery. HEX triplet: B0, CA and 57. RGB value is (176,202,87). Sum of RGB (Red+Green+Blue) = 176+202+87=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA57 is #4F35A8. Grayscale: #B5B5B5. Windows color (decimal): -5191081 or 5753520. OLE color: 5753520.

HSL color Cylindrical-coordinate representation of color #B0CA57: hue angle of 73.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0CA57 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB17620287-
CMYK0.1300.570.21
HSL73.57º52.04%56.67%-
HSV(B)73.57º56.93%79.22%-
XYZ40.7552.1616.94-
YUV181.1274.89124.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 87 (34.38% from 255) = 18.71%
R=37.85%
G=43.44%
B=18.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202870.1300.570.2173.5752.0456.67
HexB0CA57D039154a3439
Octal26031212715071251126471
Binary1011000011001010101011111010111001101011001010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA57; }

 p { color: rgb(176,202,87); }

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

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

 a { background-color: rgb(176,202,87); }

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

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

 span { border-color: rgb(176,202,87); }

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