Html Css Color HEX #BAB749 Celery

📋 copy color: '#BAB749'

red 186 ◦ green 183 ◦ blue 73

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

Shades of Celery #BAB749

Tints of Celery #BAB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

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

R = 42.08%
G = 41.4%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAB749 (or 0xBAB749) is known color: Celery. HEX triplet: BA, B7 and 49. RGB value is (186,183,73). Sum of RGB (Red+Green+Blue) = 186+183+73=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB749 is #4548B6. Grayscale: #ABABAB. Windows color (decimal): -4540599 or 4831162. OLE color: 4831162.

HSL color Cylindrical-coordinate representation of color #BAB749: hue angle of 58.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAB749 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 73 -
CMYK 0 0.02 0.61 0.27
HSL 58.41º 0.45% 0.51% -
HSV(B) 58.41º 0.61% 0.73% -
XYZ 38.39 44.79 12.92 -
YUV 171.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 186 183 73 0 0.02 0.61 0.27 58.41 0.45 0.51
Hex BA B7 49 0 2 3D 1B 3A 2D 33
Octal 272 267 111 0 2 75 33 72 55 63
Binary 10111010 10110111 1001001 0 10 111101 11011 111010 101101 110011

Color Harmonies of #BAB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB749

Black with #BAB749

Text Example


Text Example

White with #BAB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB749; }

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

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

background-color css

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

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

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

border-color css

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

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

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