Html Css Color HEX #BAC355 Celery

📋 copy color: '#BAC355'

red 186 ◦ green 195 ◦ blue 85

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

Shades of Celery #BAC355

Tints of Celery #BAC355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.24%

R = 39.91%
G = 41.85%
B = 18.24%

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

#BAC355 (or 0xBAC355) is known color: Celery. HEX triplet: BA, C3 and 55. RGB value is (186,195,85). Sum of RGB (Red+Green+Blue) = 186+195+85=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC355 is #453CAA. Grayscale: #B4B4B4. Windows color (decimal): -4537515 or 5620666. OLE color: 5620666.

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

Color convert

RGB 186 195 85 -
CMYK 0.05 0 0.56 0.24
HSL 64.91º 0.48% 0.55% -
HSV(B) 64.91º 0.56% 0.76% -
XYZ 41.4 50.13 16.09 -
YUV 179.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 186 195 85 0.05 0 0.56 0.24 64.91 0.48 0.55
Hex BA C3 55 5 0 38 18 41 30 37
Octal 272 303 125 5 0 70 30 101 60 67
Binary 10111010 11000011 1010101 101 0 111000 11000 1000001 110000 110111

Color Harmonies of #BAC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC355

Black with #BAC355

Text Example


Text Example

White with #BAC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC355; }

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

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

background-color css

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

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

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

border-color css

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

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

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