Html Css Color HEX #BAC146 Celery

📋 copy color: '#BAC146'

red 186 ◦ green 193 ◦ blue 70

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

Shades of Celery #BAC146

Tints of Celery #BAC146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.98%

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

R = 41.43%
G = 42.98%
B = 15.59%

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

#BAC146 (or 0xBAC146) is known color: Celery. HEX triplet: BA, C1 and 46. RGB value is (186,193,70). Sum of RGB (Red+Green+Blue) = 186+193+70=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC146 is #453EB9. Grayscale: #B1B1B1. Windows color (decimal): -4538042 or 4637114. OLE color: 4637114.

HSL color Cylindrical-coordinate representation of color #BAC146: hue angle of 63.41º 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 #BAC146 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 70 -
CMYK 0.04 0 0.64 0.24
HSL 63.41º 0.5% 0.52% -
HSV(B) 63.41º 0.64% 0.76% -
XYZ 40.43 49.02 13.13 -
YUV 176.89 67.68 134.5 -
System Red Green Blue C M Y K H S L
Decimal 186 193 70 0.04 0 0.64 0.24 63.41 0.5 0.52
Hex BA C1 46 4 0 40 18 3F 32 34
Octal 272 301 106 4 0 100 30 77 62 64
Binary 10111010 11000001 1000110 100 0 1000000 11000 111111 110010 110100

Color Harmonies of #BAC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC146

Black with #BAC146

Text Example


Text Example

White with #BAC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC146; }

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

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

background-color css

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

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

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

border-color css

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

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

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