Html Css Color HEX #BAA826 Earls Green

📋 copy color: '#BAA826'

red 186 ◦ green 168 ◦ blue 38

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

Shades of Earls Green #BAA826

Tints of Earls Green #BAA826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.86%

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

R = 47.45%
G = 42.86%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAA826 (or 0xBAA826) is known color: Earls Green. HEX triplet: BA, A8 and 26. RGB value is (186,168,38). Sum of RGB (Red+Green+Blue) = 186+168+38=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA826 is #4557D9. Grayscale: #9F9F9F. Windows color (decimal): -4544474 or 2533562. OLE color: 2533562.

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

Color convert

RGB 186 168 38 -
CMYK 0 0.10 0.80 0.27
HSL 52.7º 0.66% 0.44% -
HSV(B) 52.7º 0.8% 0.73% -
XYZ 34.6 38.58 7.46 -
YUV 158.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 186 168 38 0 0.10 0.80 0.27 52.7 0.66 0.44
Hex BA A8 26 0 A 50 1B 35 42 2C
Octal 272 250 46 0 12 120 33 65 102 54
Binary 10111010 10101000 100110 0 1010 1010000 11011 110101 1000010 101100

Color Harmonies of #BAA826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA826

Black with #BAA826

Text Example


Text Example

White with #BAA826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA826; }

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

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

background-color css

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

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

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

border-color css

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

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

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