#BACC4A

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

Shades of Celery #BACC4A

Tints of Celery #BACC4A

Color information

#BACC4A (or 0xBACC4A) is unknown color: approx Celery. HEX triplet: BA, CC and 4A. RGB value is (186,204,74). Sum of RGB (Red+Green+Blue) = 186+204+74=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC4A is #4533B5. Grayscale: #B8B8B8. Windows color (decimal): -4535222 or 4902074. OLE color: 4902074.

HSL color Cylindrical-coordinate representation of color #BACC4A: hue angle of 68.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BACC4A is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB18620474-
CMYK0.0900.640.2
HSL68.31º56.03%54.51%-
HSV(B)68.31º63.73%80%-
XYZ43.0854.1214.65-
YUV183.866.04129.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 74 (29.30% from 255) = 15.95%
R=40.09%
G=43.97%
B=15.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204740.0900.640.268.3156.0354.51
HexBACC4A904014443837
Octal272314112110100241047067
Binary10111010110011001001010100101000000101001000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC4A; }

 p { color: rgb(186,204,74); }

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

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

 a { background-color: rgb(186,204,74); }

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

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

 span { border-color: rgb(186,204,74); }

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