Html Css Color HEX #BAB944 Celery

📋 copy color: '#BAB944'

red 186 ◦ green 185 ◦ blue 68

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

Shades of Celery #BAB944

Tints of Celery #BAB944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.49%

R = 42.37%
G = 42.14%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAB944 (or 0xBAB944) is known color: Celery. HEX triplet: BA, B9 and 44. RGB value is (186,185,68). Sum of RGB (Red+Green+Blue) = 186+185+68=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB944 is #4546BB. Grayscale: #ACACAC. Windows color (decimal): -4540092 or 4503994. OLE color: 4503994.

HSL color Cylindrical-coordinate representation of color #BAB944: hue angle of 59.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAB944 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 68 -
CMYK 0 0.01 0.63 0.27
HSL 59.49º 0.46% 0.5% -
HSV(B) 59.49º 0.63% 0.73% -
XYZ 38.64 45.55 12.23 -
YUV 171.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 186 185 68 0 0.01 0.63 0.27 59.49 0.46 0.5
Hex BA B9 44 0 1 3F 1B 3B 2E 32
Octal 272 271 104 0 1 77 33 73 56 62
Binary 10111010 10111001 1000100 0 1 111111 11011 111011 101110 110010

Color Harmonies of #BAB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB944

Black with #BAB944

Text Example


Text Example

White with #BAB944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB944; }

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

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

background-color css

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

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

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

border-color css

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

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

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