#B2C758

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

Shades of Celery #B2C758

Tints of Celery #B2C758

Color information

#B2C758 (or 0xB2C758) is unknown color: approx Celery. HEX triplet: B2, C7 and 58. RGB value is (178,199,88). Sum of RGB (Red+Green+Blue) = 178+199+88=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C758 is #4D38A7. Grayscale: #B4B4B4. Windows color (decimal): -5060776 or 5818290. OLE color: 5818290.

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

Color convert

RGB17819988-
CMYK0.1100.560.22
HSL71.35º49.78%56.27%-
HSV(B)71.35º55.78%78.04%-
XYZ40.5451.0216.94-
YUV180.0776.04126.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 88 (34.77% from 255) = 18.92%
R=38.28%
G=42.80%
B=18.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178199880.1100.560.2271.3549.7856.27
HexB2C758B03816473238
Octal26230713013070261076270
Binary1011001011000111101100010110111000101101000111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C758; }

 p { color: rgb(178,199,88); }

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

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

 a { background-color: rgb(178,199,88); }

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

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

 span { border-color: rgb(178,199,88); }

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