#BAC754

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

Shades of Celery #BAC754

Tints of Celery #BAC754

Color information

#BAC754 (or 0xBAC754) is unknown color: approx Celery. HEX triplet: BA, C7 and 54. RGB value is (186,199,84). Sum of RGB (Red+Green+Blue) = 186+199+84=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC754 is #4538AB. Grayscale: #B6B6B6. Windows color (decimal): -4536492 or 5556154. OLE color: 5556154.

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

Color convert

RGB18619984-
CMYK0.0700.580.22
HSL66.78º50.66%55.49%-
HSV(B)66.78º57.79%78.04%-
XYZ42.2751.9316.18-
YUV18272.69130.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 199 (78.12% from 255) = 42.43%
BLUE value IS 84 (33.20% from 255) = 17.91%
R=39.66%
G=42.43%
B=17.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199840.0700.580.2266.7850.6655.49
HexBAC754703A16433337
Octal2723071247072261036367
Binary101110101100011110101001110111010101101000011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC754; }

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

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

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

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

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

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

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

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