#B2B650

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

Shades of Celery #B2B650

Tints of Celery #B2B650

Color information

#B2B650 (or 0xB2B650) is unknown color: approx Celery. HEX triplet: B2, B6 and 50. RGB value is (178,182,80). Sum of RGB (Red+Green+Blue) = 178+182+80=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B650 is #4D49AF. Grayscale: #A9A9A9. Windows color (decimal): -5065136 or 5289650. OLE color: 5289650.

HSL color Cylindrical-coordinate representation of color #B2B650: hue angle of 62.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2B650 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB17818280-
CMYK0.0200.560.29
HSL62.35º41.13%51.37%-
HSV(B)62.35º56.04%71.37%-
XYZ36.5443.514.06-
YUV169.1877.67134.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=40.45%
G=41.36%
B=18.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178182800.0200.560.2962.3541.1351.37
HexB2B65020381D3e2933
Octal262266120207035765163
Binary1011001010110110101000010011100011101111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B650; }

 p { color: rgb(178,182,80); }

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

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

 a { background-color: rgb(178,182,80); }

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

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

 span { border-color: rgb(178,182,80); }

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