#B0B953

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

Shades of Celery #B0B953

Tints of Celery #B0B953

Color information

#B0B953 (or 0xB0B953) is unknown color: approx Celery. HEX triplet: B0, B9 and 53. RGB value is (176,185,83). Sum of RGB (Red+Green+Blue) = 176+185+83=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B953 is #4F46AC. Grayscale: #ABABAB. Windows color (decimal): -5195437 or 5487024. OLE color: 5487024.

HSL color Cylindrical-coordinate representation of color #B0B953: hue angle of 65.29º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0B953 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB17618583-
CMYK0.0500.550.27
HSL65.29º42.15%52.55%-
HSV(B)65.29º55.14%72.55%-
XYZ36.8144.5514.84-
YUV170.6878.52131.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 83 (32.81% from 255) = 18.69%
R=39.64%
G=41.67%
B=18.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176185830.0500.550.2765.2942.1552.55
HexB0B95350371B412a35
Octal2602711235067331015265
Binary101100001011100110100111010110111110111000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B953; }

 p { color: rgb(176,185,83); }

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

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

 a { background-color: rgb(176,185,83); }

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

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

 span { border-color: rgb(176,185,83); }

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