Html Css Color HEX #BAC244 Celery

📋 copy color: '#BAC244'

red 186 ◦ green 194 ◦ blue 68

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

Shades of Celery #BAC244

Tints of Celery #BAC244

RGB

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

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

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

R = 41.52%
G = 43.3%
B = 15.18%

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

#BAC244 (or 0xBAC244) is known color: Celery. HEX triplet: BA, C2 and 44. RGB value is (186,194,68). Sum of RGB (Red+Green+Blue) = 186+194+68=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC244 is #453DBB. Grayscale: #B1B1B1. Windows color (decimal): -4537788 or 4506298. OLE color: 4506298.

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

Color convert

RGB 186 194 68 -
CMYK 0.04 0 0.65 0.24
HSL 63.81º 0.51% 0.51% -
HSV(B) 63.81º 0.65% 0.76% -
XYZ 40.58 49.44 12.87 -
YUV 177.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 186 194 68 0.04 0 0.65 0.24 63.81 0.51 0.51
Hex BA C2 44 4 0 41 18 40 33 33
Octal 272 302 104 4 0 101 30 100 63 63
Binary 10111010 11000010 1000100 100 0 1000001 11000 1000000 110011 110011

Color Harmonies of #BAC244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC244

Black with #BAC244

Text Example


Text Example

White with #BAC244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC244; }

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

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

background-color css

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

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

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

border-color css

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

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

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