#BAC238

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

Shades of Celery #BAC238

Tints of Celery #BAC238

Color information

#BAC238 (or 0xBAC238) is unknown color: approx Celery. HEX triplet: BA, C2 and 38. RGB value is (186,194,56). Sum of RGB (Red+Green+Blue) = 186+194+56=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC238 is #453DC7. Grayscale: #B0B0B0. Windows color (decimal): -4537800 or 3719866. OLE color: 3719866.

HSL color Cylindrical-coordinate representation of color #BAC238: hue angle of 63.48º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAC238 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB18619456-
CMYK0.0400.710.24
HSL63.48º55.2%49.02%-
HSV(B)63.48º71.13%76.08%-
XYZ40.2649.3111.14-
YUV175.8860.35135.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 56 (22.27% from 255) = 12.84%
R=42.66%
G=44.50%
B=12.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186194560.0400.710.2463.4855.249.02
HexBAC2384047183f3731
Octal272302704010730776761
Binary10111010110000101110001000100011111000111111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC238; }

 p { color: rgb(186,194,56); }

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

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

 a { background-color: rgb(186,194,56); }

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

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

 span { border-color: rgb(186,194,56); }

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