#B2C754

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

Shades of Celery #B2C754

Tints of Celery #B2C754

Color information

#B2C754 (or 0xB2C754) is unknown color: approx Celery. HEX triplet: B2, C7 and 54. RGB value is (178,199,84). Sum of RGB (Red+Green+Blue) = 178+199+84=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C754 is #4D38AB. Grayscale: #B4B4B4. Windows color (decimal): -5060780 or 5556146. OLE color: 5556146.

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

Color convert

RGB17819984-
CMYK0.1100.580.22
HSL70.96º50.66%55.49%-
HSV(B)70.96º57.79%78.04%-
XYZ40.3850.9516.09-
YUV179.6174.04126.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=38.61%
G=43.17%
B=18.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178199840.1100.580.2270.9650.6655.49
HexB2C754B03A16473337
Octal26230712413072261076367
Binary1011001011000111101010010110111010101101000111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C754; }

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

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

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

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

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

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

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

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