Html Css Color HEX #BAC156 Celery

📋 copy color: '#BAC156'

red 186 ◦ green 193 ◦ blue 86

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

Shades of Celery #BAC156

Tints of Celery #BAC156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

 BLUE value IS 86 (33.98% from 255) = 18.49%

R = 40%
G = 41.51%
B = 18.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#BAC156 (or 0xBAC156) is known color: Celery. HEX triplet: BA, C1 and 56. RGB value is (186,193,86). Sum of RGB (Red+Green+Blue) = 186+193+86=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC156 is #453EA9. Grayscale: #B3B3B3. Windows color (decimal): -4538026 or 5685690. OLE color: 5685690.

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

Color convert

RGB 186 193 86 -
CMYK 0.04 0 0.55 0.24
HSL 63.93º 0.46% 0.55% -
HSV(B) 63.93º 0.55% 0.76% -
XYZ 41 49.25 16.15 -
YUV 178.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 186 193 86 0.04 0 0.55 0.24 63.93 0.46 0.55
Hex BA C1 56 4 0 37 18 40 2E 37
Octal 272 301 126 4 0 67 30 100 56 67
Binary 10111010 11000001 1010110 100 0 110111 11000 1000000 101110 110111

Color Harmonies of #BAC156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC156

Black with #BAC156

Text Example


Text Example

White with #BAC156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC156; }

 p { color: rgb(186,193,86); }

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

background-color css

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

 a { background-color: rgb(186,193,86); }

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

border-color css

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

 span { border-color: rgb(186,193,86); }

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