Html Css Color HEX #BABA48 Celery

📋 copy color: '#BABA48'

red 186 ◦ green 186 ◦ blue 72

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

Shades of Celery #BABA48

Tints of Celery #BABA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

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

R = 41.89%
G = 41.89%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BABA48 (or 0xBABA48) is known color: Celery. HEX triplet: BA, BA and 48. RGB value is (186,186,72). Sum of RGB (Red+Green+Blue) = 186+186+72=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA48 is #4545B7. Grayscale: #ADADAD. Windows color (decimal): -4539832 or 4766394. OLE color: 4766394.

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

Color convert

RGB 186 186 72 -
CMYK 0 0 0.61 0.27
HSL 60º 0.45% 0.51% -
HSV(B) 60º 0.61% 0.73% -
XYZ 38.98 46.02 12.96 -
YUV 173 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 186 186 72 0 0 0.61 0.27 60 0.45 0.51
Hex BA BA 48 0 0 3D 1B 3C 2D 33
Octal 272 272 110 0 0 75 33 74 55 63
Binary 10111010 10111010 1001000 0 0 111101 11011 111100 101101 110011

Color Harmonies of #BABA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA48

Black with #BABA48

Text Example


Text Example

White with #BABA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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