#b0c05b

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

Shades of Celery #B0C05B

Tints of Celery #B0C05B

Color information

#B0C05B (or 0xB0C05B) is unknown color: approx Celery. HEX triplet: B0, C0 and 5B. RGB value is (176,192,91). Sum of RGB (Red+Green+Blue) = 176+192+91=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C05B is #4F3FA4. Grayscale: #B0B0B0. Windows color (decimal): -5193637 or 6013104. OLE color: 6013104.

HSL color Cylindrical-coordinate representation of color #B0C05B: hue angle of 69.5º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0C05B is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB17619291-
CMYK0.0800.530.25
HSL69.5º44.49%55.49%-
HSV(B)69.5º52.6%75.29%-
XYZ38.6447.6817.06-
YUV175.780.2128.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=38.34%
G=41.83%
B=19.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176192910.0800.530.2569.544.4955.49
HexB0C05B803519462c37
Octal26030013310065311065467
Binary1011000011000000101101110000110101110011000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c05b; }

 p { color: rgb(176,192,91); }

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

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

 a { background-color: rgb(176,192,91); }

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

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

 span { border-color: rgb(176,192,91); }

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