Html Css Color HEX #BAC346 Celery

📋 copy color: '#BAC346'

red 186 ◦ green 195 ◦ blue 70

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

Shades of Celery #BAC346

Tints of Celery #BAC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.24%

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

R = 41.24%
G = 43.24%
B = 15.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BAC346 (or 0xBAC346) is known color: Celery. HEX triplet: BA, C3 and 46. RGB value is (186,195,70). Sum of RGB (Red+Green+Blue) = 186+195+70=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC346 is #453CB9. Grayscale: #B2B2B2. Windows color (decimal): -4537530 or 4637626. OLE color: 4637626.

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

Color convert

RGB 186 195 70 -
CMYK 0.05 0 0.64 0.24
HSL 64.32º 0.51% 0.52% -
HSV(B) 64.32º 0.64% 0.76% -
XYZ 40.87 49.91 13.27 -
YUV 178.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 186 195 70 0.05 0 0.64 0.24 64.32 0.51 0.52
Hex BA C3 46 5 0 40 18 40 33 34
Octal 272 303 106 5 0 100 30 100 63 64
Binary 10111010 11000011 1000110 101 0 1000000 11000 1000000 110011 110100

Color Harmonies of #BAC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC346

Black with #BAC346

Text Example


Text Example

White with #BAC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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