Html Css Color HEX #BAB726 Earls Green

📋 copy color: '#BAB726'

red 186 ◦ green 183 ◦ blue 38

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

Shades of Earls Green #BAB726

Tints of Earls Green #BAB726

RGB

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

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

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

R = 45.7%
G = 44.96%
B = 9.34%

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

#BAB726 (or 0xBAB726) is known color: Earls Green. HEX triplet: BA, B7 and 26. RGB value is (186,183,38). Sum of RGB (Red+Green+Blue) = 186+183+38=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB726 is #4548D9. Grayscale: #A7A7A7. Windows color (decimal): -4540634 or 2537402. OLE color: 2537402.

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

Color convert

RGB 186 183 38 -
CMYK 0 0.02 0.80 0.27
HSL 58.78º 0.66% 0.44% -
HSV(B) 58.78º 0.8% 0.73% -
XYZ 37.53 44.45 8.43 -
YUV 167.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 186 183 38 0 0.02 0.80 0.27 58.78 0.66 0.44
Hex BA B7 26 0 2 50 1B 3B 42 2C
Octal 272 267 46 0 2 120 33 73 102 54
Binary 10111010 10110111 100110 0 10 1010000 11011 111011 1000010 101100

Color Harmonies of #BAB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB726

Black with #BAB726

Text Example


Text Example

White with #BAB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB726; }

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

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

background-color css

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

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

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

border-color css

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

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

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