Html Css Color HEX #BAB326 Earls Green

📋 copy color: '#BAB326'

red 186 ◦ green 179 ◦ blue 38

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

Shades of Earls Green #BAB326

Tints of Earls Green #BAB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 46.15%
G = 44.42%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB326 (or 0xBAB326) is known color: Earls Green. HEX triplet: BA, B3 and 26. RGB value is (186,179,38). Sum of RGB (Red+Green+Blue) = 186+179+38=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB326 is #454CD9. Grayscale: #A5A5A5. Windows color (decimal): -4541658 or 2536378. OLE color: 2536378.

HSL color Cylindrical-coordinate representation of color #BAB326: hue angle of 57.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAB326 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 38 -
CMYK 0 0.04 0.80 0.27
HSL 57.16º 0.66% 0.44% -
HSV(B) 57.16º 0.8% 0.73% -
XYZ 36.72 42.82 8.16 -
YUV 165.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 186 179 38 0 0.04 0.80 0.27 57.16 0.66 0.44
Hex BA B3 26 0 4 50 1B 39 42 2C
Octal 272 263 46 0 4 120 33 71 102 54
Binary 10111010 10110011 100110 0 100 1010000 11011 111001 1000010 101100

Color Harmonies of #BAB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB326

Black with #BAB326

Text Example


Text Example

White with #BAB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB326; }

 p { color: rgb(186,179,38); }

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

background-color css

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

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

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

border-color css

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

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

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