Html Css Color HEX #BAC446 Celery

📋 copy color: '#BAC446'

red 186 ◦ green 196 ◦ blue 70

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

Shades of Celery #BAC446

Tints of Celery #BAC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.36%

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

R = 41.15%
G = 43.36%
B = 15.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#BAC446 (or 0xBAC446) is known color: Celery. HEX triplet: BA, C4 and 46. RGB value is (186,196,70). Sum of RGB (Red+Green+Blue) = 186+196+70=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC446 is #453BB9. Grayscale: #B3B3B3. Windows color (decimal): -4537274 or 4637882. OLE color: 4637882.

HSL color Cylindrical-coordinate representation of color #BAC446: hue angle of 64.76º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC446 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 70 -
CMYK 0.05 0 0.64 0.23
HSL 64.76º 0.52% 0.52% -
HSV(B) 64.76º 0.64% 0.77% -
XYZ 41.1 50.36 13.35 -
YUV 178.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 186 196 70 0.05 0 0.64 0.23 64.76 0.52 0.52
Hex BA C4 46 5 0 40 17 41 34 34
Octal 272 304 106 5 0 100 27 101 64 64
Binary 10111010 11000100 1000110 101 0 1000000 10111 1000001 110100 110100

Color Harmonies of #BAC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC446

Black with #BAC446

Text Example


Text Example

White with #BAC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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