Html Css Color HEX #BAB626 Earls Green

📋 copy color: '#BAB626'

red 186 ◦ green 182 ◦ blue 38

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

Shades of Earls Green #BAB626

Tints of Earls Green #BAB626

RGB

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

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

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

R = 45.81%
G = 44.83%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB626 (or 0xBAB626) is known color: Earls Green. HEX triplet: BA, B6 and 26. RGB value is (186,182,38). Sum of RGB (Red+Green+Blue) = 186+182+38=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB626 is #4549D9. Grayscale: #A7A7A7. Windows color (decimal): -4540890 or 2537146. OLE color: 2537146.

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

Color convert

RGB 186 182 38 -
CMYK 0 0.02 0.80 0.27
HSL 58.38º 0.66% 0.44% -
HSV(B) 58.38º 0.8% 0.73% -
XYZ 37.33 44.03 8.37 -
YUV 166.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 186 182 38 0 0.02 0.80 0.27 58.38 0.66 0.44
Hex BA B6 26 0 2 50 1B 3A 42 2C
Octal 272 266 46 0 2 120 33 72 102 54
Binary 10111010 10110110 100110 0 10 1010000 11011 111010 1000010 101100

Color Harmonies of #BAB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB626

Black with #BAB626

Text Example


Text Example

White with #BAB626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB626; }

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

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

background-color css

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

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

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

border-color css

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

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

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