Html Css Color HEX #BAC356 Celery

📋 copy color: '#BAC356'

red 186 ◦ green 195 ◦ blue 86

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

Shades of Celery #BAC356

Tints of Celery #BAC356

RGB

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

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

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

R = 39.83%
G = 41.76%
B = 18.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#BAC356 (or 0xBAC356) is known color: Celery. HEX triplet: BA, C3 and 56. RGB value is (186,195,86). Sum of RGB (Red+Green+Blue) = 186+195+86=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC356 is #453CA9. Grayscale: #B4B4B4. Windows color (decimal): -4537514 or 5686202. OLE color: 5686202.

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

Color convert

RGB 186 195 86 -
CMYK 0.05 0 0.56 0.24
HSL 64.95º 0.48% 0.55% -
HSV(B) 64.95º 0.56% 0.76% -
XYZ 41.44 50.14 16.3 -
YUV 179.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 186 195 86 0.05 0 0.56 0.24 64.95 0.48 0.55
Hex BA C3 56 5 0 38 18 41 30 37
Octal 272 303 126 5 0 70 30 101 60 67
Binary 10111010 11000011 1010110 101 0 111000 11000 1000001 110000 110111

Color Harmonies of #BAC356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC356

Black with #BAC356

Text Example


Text Example

White with #BAC356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC356; }

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

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

background-color css

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

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

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

border-color css

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

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

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