Html Css Color HEX #BAC050 Celery

📋 copy color: '#BAC050'

red 186 ◦ green 192 ◦ blue 80

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

Shades of Celery #BAC050

Tints of Celery #BAC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

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

R = 40.61%
G = 41.92%
B = 17.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BAC050 (or 0xBAC050) is known color: Celery. HEX triplet: BA, C0 and 50. RGB value is (186,192,80). Sum of RGB (Red+Green+Blue) = 186+192+80=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC050 is #453FAF. Grayscale: #B1B1B1. Windows color (decimal): -4538288 or 5292218. OLE color: 5292218.

HSL color Cylindrical-coordinate representation of color #BAC050: hue angle of 63.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAC050 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 80 -
CMYK 0.03 0 0.58 0.25
HSL 63.21º 0.47% 0.53% -
HSV(B) 63.21º 0.58% 0.75% -
XYZ 40.55 48.72 14.86 -
YUV 177.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 186 192 80 0.03 0 0.58 0.25 63.21 0.47 0.53
Hex BA C0 50 3 0 3A 19 3F 2F 35
Octal 272 300 120 3 0 72 31 77 57 65
Binary 10111010 11000000 1010000 11 0 111010 11001 111111 101111 110101

Color Harmonies of #BAC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC050

Black with #BAC050

Text Example


Text Example

White with #BAC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC050; }

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

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

background-color css

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

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

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

border-color css

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

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

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