#BACB40

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

Shades of Celery #BACB40

Tints of Celery #BACB40

Color information

#BACB40 (or 0xBACB40) is unknown color: approx Celery. HEX triplet: BA, CB and 40. RGB value is (186,203,64). Sum of RGB (Red+Green+Blue) = 186+203+64=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB40 is #4534BF. Grayscale: #B6B6B6. Windows color (decimal): -4535488 or 4246458. OLE color: 4246458.

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

Color convert

RGB18620364-
CMYK0.0800.680.20
HSL67.34º57.2%52.35%-
HSV(B)67.34º68.47%79.61%-
XYZ42.5353.5212.94-
YUV182.0761.37130.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=41.06%
G=44.81%
B=14.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186203640.0800.680.2067.3457.252.35
HexBACB40804414433934
Octal272313100100104241037164
Binary10111010110010111000000100001000100101001000011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB40; }

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

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

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

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

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

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

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

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