#BACB4A

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

Shades of Celery #BACB4A

Tints of Celery #BACB4A

Color information

#BACB4A (or 0xBACB4A) is unknown color: approx Celery. HEX triplet: BA, CB and 4A. RGB value is (186,203,74). Sum of RGB (Red+Green+Blue) = 186+203+74=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB4A is #4534B5. Grayscale: #B7B7B7. Windows color (decimal): -4535478 or 4901818. OLE color: 4901818.

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

Color convert

RGB18620374-
CMYK0.0800.640.20
HSL67.91º55.36%54.31%-
HSV(B)67.91º63.55%79.61%-
XYZ42.8453.6514.58-
YUV183.2166.37129.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=40.17%
G=43.84%
B=15.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186203740.0800.640.2067.9155.3654.31
HexBACB4A804014443736
Octal272313112100100241046766
Binary10111010110010111001010100001000000101001000100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB4A; }

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

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

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

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

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

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

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

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