#B0C53D

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

Shades of Celery #B0C53D

Tints of Celery #B0C53D

Color information

#B0C53D (or 0xB0C53D) is unknown color: approx Celery. HEX triplet: B0, C5 and 3D. RGB value is (176,197,61). Sum of RGB (Red+Green+Blue) = 176+197+61=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C53D is #4F3AC2. Grayscale: #AFAFAF. Windows color (decimal): -5192387 or 4048304. OLE color: 4048304.

HSL color Cylindrical-coordinate representation of color #B0C53D: hue angle of 69.26º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0C53D is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB17619761-
CMYK0.1100.690.23
HSL69.26º53.97%50.59%-
HSV(B)69.26º69.04%77.25%-
XYZ38.7149.511.93-
YUV175.2263.54128.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 197 (77.34% from 255) = 45.39%
BLUE value IS 61 (24.22% from 255) = 14.06%
R=40.55%
G=45.39%
B=14.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197610.1100.690.2369.2653.9750.59
HexB0C53DB04517453633
Octal26030575130105271056663
Binary1011000011000101111101101101000101101111000101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C53D; }

 p { color: rgb(176,197,61); }

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

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

 a { background-color: rgb(176,197,61); }

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

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

 span { border-color: rgb(176,197,61); }

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