#B2C956

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

Shades of Celery #B2C956

Tints of Celery #B2C956

Color information

#B2C956 (or 0xB2C956) is unknown color: approx Celery. HEX triplet: B2, C9 and 56. RGB value is (178,201,86). Sum of RGB (Red+Green+Blue) = 178+201+86=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C956 is #4D36A9. Grayscale: #B5B5B5. Windows color (decimal): -5060266 or 5687730. OLE color: 5687730.

HSL color Cylindrical-coordinate representation of color #B2C956: hue angle of 72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2C956 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB17820186-
CMYK0.1100.570.21
HSL72º51.57%56.27%-
HSV(B)72º57.21%78.82%-
XYZ40.9351.9116.67-
YUV181.0174.38125.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 86 (33.98% from 255) = 18.49%
R=38.28%
G=43.23%
B=18.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178201860.1100.570.217251.5756.27
HexB2C956B03915483438
Octal26231112613071251106470
Binary1011001011001001101011010110111001101011001000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C956; }

 p { color: rgb(178,201,86); }

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

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

 a { background-color: rgb(178,201,86); }

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

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

 span { border-color: rgb(178,201,86); }

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