Html Css Color HEX #BAB746 Celery

📋 copy color: '#BAB746'

red 186 ◦ green 183 ◦ blue 70

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

Shades of Celery #BAB746

Tints of Celery #BAB746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.69%

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

R = 42.37%
G = 41.69%
B = 15.95%

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

#BAB746 (or 0xBAB746) is known color: Celery. HEX triplet: BA, B7 and 46. RGB value is (186,183,70). Sum of RGB (Red+Green+Blue) = 186+183+70=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB746 is #4548B9. Grayscale: #ABABAB. Windows color (decimal): -4540602 or 4634554. OLE color: 4634554.

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

Color convert

RGB 186 183 70 -
CMYK 0 0.02 0.62 0.27
HSL 58.45º 0.46% 0.5% -
HSV(B) 58.45º 0.62% 0.73% -
XYZ 38.29 44.75 12.41 -
YUV 171.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 186 183 70 0 0.02 0.62 0.27 58.45 0.46 0.5
Hex BA B7 46 0 2 3E 1B 3A 2E 32
Octal 272 267 106 0 2 76 33 72 56 62
Binary 10111010 10110111 1000110 0 10 111110 11011 111010 101110 110010

Color Harmonies of #BAB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB746

Black with #BAB746

Text Example


Text Example

White with #BAB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB746; }

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

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

background-color css

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

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

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

border-color css

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

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

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