Html Css Color HEX #BAC749 Celery

📋 copy color: '#BAC749'

red 186 ◦ green 199 ◦ blue 73

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

Shades of Celery #BAC749

Tints of Celery #BAC749

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

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

R = 40.61%
G = 43.45%
B = 15.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#BAC749 (or 0xBAC749) is known color: Celery. HEX triplet: BA, C7 and 49. RGB value is (186,199,73). Sum of RGB (Red+Green+Blue) = 186+199+73=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC749 is #4538B6. Grayscale: #B5B5B5. Windows color (decimal): -4536503 or 4835258. OLE color: 4835258.

HSL color Cylindrical-coordinate representation of color #BAC749: hue angle of 66.19º degrees, saturation: 0.53, 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 #BAC749 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 73 -
CMYK 0.07 0 0.63 0.22
HSL 66.19º 0.53% 0.53% -
HSV(B) 66.19º 0.63% 0.78% -
XYZ 41.88 51.77 14.09 -
YUV 180.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 186 199 73 0.07 0 0.63 0.22 66.19 0.53 0.53
Hex BA C7 49 7 0 3F 16 42 35 35
Octal 272 307 111 7 0 77 26 102 65 65
Binary 10111010 11000111 1001001 111 0 111111 10110 1000010 110101 110101

Color Harmonies of #BAC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC749

Black with #BAC749

Text Example


Text Example

White with #BAC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC749; }

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

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

background-color css

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

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

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

border-color css

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

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

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