Html Css Color HEX #BAC144 Celery

📋 copy color: '#BAC144'

red 186 ◦ green 193 ◦ blue 68

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

Shades of Celery #BAC144

Tints of Celery #BAC144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.21%

R = 41.61%
G = 43.18%
B = 15.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#BAC144 (or 0xBAC144) is known color: Celery. HEX triplet: BA, C1 and 44. RGB value is (186,193,68). Sum of RGB (Red+Green+Blue) = 186+193+68=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC144 is #453EBB. Grayscale: #B1B1B1. Windows color (decimal): -4538044 or 4506042. OLE color: 4506042.

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

Color convert

RGB 186 193 68 -
CMYK 0.04 0 0.65 0.24
HSL 63.36º 0.5% 0.51% -
HSV(B) 63.36º 0.65% 0.76% -
XYZ 40.36 49 12.8 -
YUV 176.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 186 193 68 0.04 0 0.65 0.24 63.36 0.5 0.51
Hex BA C1 44 4 0 41 18 3F 32 33
Octal 272 301 104 4 0 101 30 77 62 63
Binary 10111010 11000001 1000100 100 0 1000001 11000 111111 110010 110011

Color Harmonies of #BAC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC144

Black with #BAC144

Text Example


Text Example

White with #BAC144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC144; }

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

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

background-color css

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

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

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

border-color css

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

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

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