Html Css Color HEX #BAB645 Celery

📋 copy color: '#BAB645'

red 186 ◦ green 182 ◦ blue 69

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

Shades of Celery #BAB645

Tints of Celery #BAB645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.79%

R = 42.56%
G = 41.65%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAB645 (or 0xBAB645) is known color: Celery. HEX triplet: BA, B6 and 45. RGB value is (186,182,69). Sum of RGB (Red+Green+Blue) = 186+182+69=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB645 is #4549BA. Grayscale: #AAAAAA. Windows color (decimal): -4540859 or 4568762. OLE color: 4568762.

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

Color convert

RGB 186 182 69 -
CMYK 0 0.02 0.63 0.27
HSL 57.95º 0.46% 0.5% -
HSV(B) 57.95º 0.63% 0.73% -
XYZ 38.05 44.32 12.18 -
YUV 170.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 186 182 69 0 0.02 0.63 0.27 57.95 0.46 0.5
Hex BA B6 45 0 2 3F 1B 3A 2E 32
Octal 272 266 105 0 2 77 33 72 56 62
Binary 10111010 10110110 1000101 0 10 111111 11011 111010 101110 110010

Color Harmonies of #BAB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB645

Black with #BAB645

Text Example


Text Example

White with #BAB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB645; }

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

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

background-color css

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

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

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

border-color css

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

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

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