#b0cc50

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

Shades of Celery #B0CC50

Tints of Celery #B0CC50

Color information

#B0CC50 (or 0xB0CC50) is unknown color: approx Celery. HEX triplet: B0, CC and 50. RGB value is (176,204,80). Sum of RGB (Red+Green+Blue) = 176+204+80=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC50 is #4F33AF. Grayscale: #B5B5B5. Windows color (decimal): -5190576 or 5295280. OLE color: 5295280.

HSL color Cylindrical-coordinate representation of color #B0CC50: hue angle of 73.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0CC50 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB17620480-
CMYK0.1400.610.2
HSL73.55º54.87%55.69%-
HSV(B)73.55º60.78%80%-
XYZ40.955315.66-
YUV181.4970.72124.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 80 (31.64% from 255) = 17.39%
R=38.26%
G=44.35%
B=17.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176204800.1400.610.273.5554.8755.69
HexB0CC50E03D144a3738
Octal26031412016075241126770
Binary1011000011001100101000011100111101101001001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0cc50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0cc50; }

 p { color: rgb(176,204,80); }

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

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

 a { background-color: rgb(176,204,80); }

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

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

 span { border-color: rgb(176,204,80); }

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