Html Css Color HEX #BAB948 Celery

📋 copy color: '#BAB948'

red 186 ◦ green 185 ◦ blue 72

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

Shades of Celery #BAB948

Tints of Celery #BAB948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

 BLUE value IS 72 (28.52% from 255) = 16.25%

R = 41.99%
G = 41.76%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAB948 (or 0xBAB948) is known color: Celery. HEX triplet: BA, B9 and 48. RGB value is (186,185,72). Sum of RGB (Red+Green+Blue) = 186+185+72=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB948 is #4546B7. Grayscale: #ACACAC. Windows color (decimal): -4540088 or 4766138. OLE color: 4766138.

HSL color Cylindrical-coordinate representation of color #BAB948: hue angle of 59.47º 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 #BAB948 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 72 -
CMYK 0 0.01 0.61 0.27
HSL 59.47º 0.45% 0.51% -
HSV(B) 59.47º 0.61% 0.73% -
XYZ 38.77 45.6 12.89 -
YUV 172.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 186 185 72 0 0.01 0.61 0.27 59.47 0.45 0.51
Hex BA B9 48 0 1 3D 1B 3B 2D 33
Octal 272 271 110 0 1 75 33 73 55 63
Binary 10111010 10111001 1001000 0 1 111101 11011 111011 101101 110011

Color Harmonies of #BAB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB948

Black with #BAB948

Text Example


Text Example

White with #BAB948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB948; }

 p { color: rgb(186,185,72); }

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

background-color css

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

 a { background-color: rgb(186,185,72); }

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

border-color css

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

 span { border-color: rgb(186,185,72); }

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