Html Css Color HEX #BAC248 Celery

📋 copy color: '#BAC248'

red 186 ◦ green 194 ◦ blue 72

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

Shades of Celery #BAC248

Tints of Celery #BAC248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.93%

R = 41.15%
G = 42.92%
B = 15.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#BAC248 (or 0xBAC248) is known color: Celery. HEX triplet: BA, C2 and 48. RGB value is (186,194,72). Sum of RGB (Red+Green+Blue) = 186+194+72=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC248 is #453DB7. Grayscale: #B2B2B2. Windows color (decimal): -4537784 or 4768442. OLE color: 4768442.

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

Color convert

RGB 186 194 72 -
CMYK 0.04 0 0.63 0.24
HSL 63.93º 0.5% 0.52% -
HSV(B) 63.93º 0.63% 0.76% -
XYZ 40.71 49.49 13.54 -
YUV 177.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 186 194 72 0.04 0 0.63 0.24 63.93 0.5 0.52
Hex BA C2 48 4 0 3F 18 40 32 34
Octal 272 302 110 4 0 77 30 100 62 64
Binary 10111010 11000010 1001000 100 0 111111 11000 1000000 110010 110100

Color Harmonies of #BAC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC248

Black with #BAC248

Text Example


Text Example

White with #BAC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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