Html Css Color HEX #BAB548 Celery

📋 copy color: '#BAB548'

red 186 ◦ green 181 ◦ blue 72

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

Shades of Celery #BAB548

Tints of Celery #BAB548

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 42.37%
G = 41.23%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAB548 (or 0xBAB548) is known color: Celery. HEX triplet: BA, B5 and 48. RGB value is (186,181,72). Sum of RGB (Red+Green+Blue) = 186+181+72=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB548 is #454AB7. Grayscale: #AAAAAA. Windows color (decimal): -4541112 or 4765114. OLE color: 4765114.

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

Color convert

RGB 186 181 72 -
CMYK 0 0.03 0.61 0.27
HSL 57.37º 0.45% 0.51% -
HSV(B) 57.37º 0.61% 0.73% -
XYZ 37.94 43.95 12.62 -
YUV 170.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 186 181 72 0 0.03 0.61 0.27 57.37 0.45 0.51
Hex BA B5 48 0 3 3D 1B 39 2D 33
Octal 272 265 110 0 3 75 33 71 55 63
Binary 10111010 10110101 1001000 0 11 111101 11011 111001 101101 110011

Color Harmonies of #BAB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB548

Black with #BAB548

Text Example


Text Example

White with #BAB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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