Html Css Color HEX #BAC351 Celery

📋 copy color: '#BAC351'

red 186 ◦ green 195 ◦ blue 81

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

Shades of Celery #BAC351

Tints of Celery #BAC351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.53%

R = 40.26%
G = 42.21%
B = 17.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#BAC351 (or 0xBAC351) is known color: Celery. HEX triplet: BA, C3 and 51. RGB value is (186,195,81). Sum of RGB (Red+Green+Blue) = 186+195+81=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC351 is #453CAE. Grayscale: #B3B3B3. Windows color (decimal): -4537519 or 5358522. OLE color: 5358522.

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

Color convert

RGB 186 195 81 -
CMYK 0.05 0 0.58 0.24
HSL 64.74º 0.49% 0.54% -
HSV(B) 64.74º 0.58% 0.76% -
XYZ 41.25 50.06 15.27 -
YUV 179.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 186 195 81 0.05 0 0.58 0.24 64.74 0.49 0.54
Hex BA C3 51 5 0 3A 18 41 31 36
Octal 272 303 121 5 0 72 30 101 61 66
Binary 10111010 11000011 1010001 101 0 111010 11000 1000001 110001 110110

Color Harmonies of #BAC351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC351

Black with #BAC351

Text Example


Text Example

White with #BAC351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC351; }

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

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

background-color css

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

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

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

border-color css

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

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

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