#B0C659

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

Shades of Celery #B0C659

Tints of Celery #B0C659

Color information

#B0C659 (or 0xB0C659) is unknown color: approx Celery. HEX triplet: B0, C6 and 59. RGB value is (176,198,89). Sum of RGB (Red+Green+Blue) = 176+198+89=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C659 is #4F39A6. Grayscale: #B3B3B3. Windows color (decimal): -5192103 or 5883568. OLE color: 5883568.

HSL color Cylindrical-coordinate representation of color #B0C659: hue angle of 72.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0C659 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB17619889-
CMYK0.1100.550.22
HSL72.11º48.88%56.27%-
HSV(B)72.11º55.05%77.65%-
XYZ39.950.3417.06-
YUV17977.21125.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 89 (35.16% from 255) = 19.22%
R=38.01%
G=42.76%
B=19.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176198890.1100.550.2272.1148.8856.27
HexB0C659B03716483138
Octal26030613113067261106170
Binary1011000011000110101100110110110111101101001000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C659; }

 p { color: rgb(176,198,89); }

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

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

 a { background-color: rgb(176,198,89); }

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

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

 span { border-color: rgb(176,198,89); }

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