Html Css Color HEX #BAC649 Celery

📋 copy color: '#BAC649'

red 186 ◦ green 198 ◦ blue 73

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

Shades of Celery #BAC649

Tints of Celery #BAC649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

 BLUE value IS 73 (28.91% from 255) = 15.97%

R = 40.7%
G = 43.33%
B = 15.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#BAC649 (or 0xBAC649) is known color: Celery. HEX triplet: BA, C6 and 49. RGB value is (186,198,73). Sum of RGB (Red+Green+Blue) = 186+198+73=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC649 is #4539B6. Grayscale: #B4B4B4. Windows color (decimal): -4536759 or 4835002. OLE color: 4835002.

HSL color Cylindrical-coordinate representation of color #BAC649: hue angle of 65.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC649 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 73 -
CMYK 0.06 0 0.63 0.22
HSL 65.76º 0.52% 0.53% -
HSV(B) 65.76º 0.63% 0.78% -
XYZ 41.65 51.31 14.01 -
YUV 180.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 186 198 73 0.06 0 0.63 0.22 65.76 0.52 0.53
Hex BA C6 49 6 0 3F 16 42 34 35
Octal 272 306 111 6 0 77 26 102 64 65
Binary 10111010 11000110 1001001 110 0 111111 10110 1000010 110100 110101

Color Harmonies of #BAC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC649

Black with #BAC649

Text Example


Text Example

White with #BAC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC649; }

 p { color: rgb(186,198,73); }

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

background-color css

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

 a { background-color: rgb(186,198,73); }

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

border-color css

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

 span { border-color: rgb(186,198,73); }

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