Html Css Color HEX #BAC846 Celery

📋 copy color: '#BAC846'

red 186 ◦ green 200 ◦ blue 70

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

Shades of Celery #BAC846

Tints of Celery #BAC846

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.86%

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

R = 40.79%
G = 43.86%
B = 15.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BAC846 (or 0xBAC846) is known color: Celery. HEX triplet: BA, C8 and 46. RGB value is (186,200,70). Sum of RGB (Red+Green+Blue) = 186+200+70=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC846 is #4537B9. Grayscale: #B5B5B5. Windows color (decimal): -4536250 or 4638906. OLE color: 4638906.

HSL color Cylindrical-coordinate representation of color #BAC846: hue angle of 66.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC846 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 70 -
CMYK 0.07 0 0.65 0.22
HSL 66.46º 0.54% 0.53% -
HSV(B) 66.46º 0.65% 0.78% -
XYZ 42.01 52.19 13.65 -
YUV 180.99 65.36 131.57 -
System Red Green Blue C M Y K H S L
Decimal 186 200 70 0.07 0 0.65 0.22 66.46 0.54 0.53
Hex BA C8 46 7 0 41 16 42 36 35
Octal 272 310 106 7 0 101 26 102 66 65
Binary 10111010 11001000 1000110 111 0 1000001 10110 1000010 110110 110101

Color Harmonies of #BAC846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC846

Black with #BAC846

Text Example


Text Example

White with #BAC846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC846; }

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

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

background-color css

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

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

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

border-color css

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

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

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