Html Css Color HEX #BAC350 Celery

📋 copy color: '#BAC350'

red 186 ◦ green 195 ◦ blue 80

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

Shades of Celery #BAC350

Tints of Celery #BAC350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 40.35%
G = 42.3%
B = 17.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BAC350 (or 0xBAC350) is known color: Celery. HEX triplet: BA, C3 and 50. RGB value is (186,195,80). Sum of RGB (Red+Green+Blue) = 186+195+80=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC350 is #453CAF. Grayscale: #B3B3B3. Windows color (decimal): -4537520 or 5292986. OLE color: 5292986.

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

Color convert

RGB 186 195 80 -
CMYK 0.05 0 0.59 0.24
HSL 64.7º 0.49% 0.54% -
HSV(B) 64.7º 0.59% 0.76% -
XYZ 41.21 50.05 15.08 -
YUV 179.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 186 195 80 0.05 0 0.59 0.24 64.7 0.49 0.54
Hex BA C3 50 5 0 3B 18 41 31 36
Octal 272 303 120 5 0 73 30 101 61 66
Binary 10111010 11000011 1010000 101 0 111011 11000 1000001 110001 110110

Color Harmonies of #BAC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC350

Black with #BAC350

Text Example


Text Example

White with #BAC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC350; }

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

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

background-color css

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

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

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

border-color css

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

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

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