Html Css Color HEX #BAB646 Celery

📋 copy color: '#BAB646'

red 186 ◦ green 182 ◦ blue 70

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

Shades of Celery #BAB646

Tints of Celery #BAB646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 42.47%
G = 41.55%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAB646 (or 0xBAB646) is known color: Celery. HEX triplet: BA, B6 and 46. RGB value is (186,182,70). Sum of RGB (Red+Green+Blue) = 186+182+70=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB646 is #4549B9. Grayscale: #AAAAAA. Windows color (decimal): -4540858 or 4634298. OLE color: 4634298.

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

Color convert

RGB 186 182 70 -
CMYK 0 0.02 0.62 0.27
HSL 57.93º 0.46% 0.5% -
HSV(B) 57.93º 0.62% 0.73% -
XYZ 38.08 44.34 12.35 -
YUV 170.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 186 182 70 0 0.02 0.62 0.27 57.93 0.46 0.5
Hex BA B6 46 0 2 3E 1B 3A 2E 32
Octal 272 266 106 0 2 76 33 72 56 62
Binary 10111010 10110110 1000110 0 10 111110 11011 111010 101110 110010

Color Harmonies of #BAB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB646

Black with #BAB646

Text Example


Text Example

White with #BAB646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB646; }

 p { color: rgb(186,182,70); }

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

background-color css

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

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

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

border-color css

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

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

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