Html Css Color HEX #BAC246 Celery

📋 copy color: '#BAC246'

red 186 ◦ green 194 ◦ blue 70

#BAC246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BAC246

Tints of Celery #BAC246

RGB

 RED value IS 186 (73.05% from 255) = 41.33%

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 70 (27.73% from 255) = 15.56%

R = 41.33%
G = 43.11%
B = 15.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BAC246 (or 0xBAC246) is known color: Celery. HEX triplet: BA, C2 and 46. RGB value is (186,194,70). Sum of RGB (Red+Green+Blue) = 186+194+70=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC246 is #453DB9. Grayscale: #B1B1B1. Windows color (decimal): -4537786 or 4637370. OLE color: 4637370.

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

Color convert

RGB 186 194 70 -
CMYK 0.04 0 0.64 0.24
HSL 63.87º 0.5% 0.52% -
HSV(B) 63.87º 0.64% 0.76% -
XYZ 40.65 49.46 13.2 -
YUV 177.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 186 194 70 0.04 0 0.64 0.24 63.87 0.5 0.52
Hex BA C2 46 4 0 40 18 40 32 34
Octal 272 302 106 4 0 100 30 100 62 64
Binary 10111010 11000010 1000110 100 0 1000000 11000 1000000 110010 110100

Color Harmonies of #BAC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC246

Black with #BAC246

Text Example


Text Example

White with #BAC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC246; }

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

 H1.HeaderClassName
 {
   color: #BAC246;
 }
 .AnyTagClassName
 {
   color: #BAC246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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