#B2C05B

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

Shades of Celery #B2C05B

Tints of Celery #B2C05B

Color information

#B2C05B (or 0xB2C05B) is unknown color: approx Celery. HEX triplet: B2, C0 and 5B. RGB value is (178,192,91). Sum of RGB (Red+Green+Blue) = 178+192+91=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C05B is #4D3FA4. Grayscale: #B0B0B0. Windows color (decimal): -5062565 or 6013106. OLE color: 6013106.

HSL color Cylindrical-coordinate representation of color #B2C05B: hue angle of 68.32º 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 #B2C05B is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB17819291-
CMYK0.0700.530.25
HSL68.32º44.49%55.49%-
HSV(B)68.32º52.6%75.29%-
XYZ39.147.9217.09-
YUV176.379.86129.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=38.61%
G=41.65%
B=19.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192910.0700.530.2568.3244.4955.49
HexB2C05B703519442c37
Octal2623001337065311045467
Binary101100101100000010110111110110101110011000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C05B; }

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

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

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

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

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

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

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

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