Html Css Color HEX #BAAE2A Earls Green

📋 copy color: '#BAAE2A'

red 186 ◦ green 174 ◦ blue 42

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

Shades of Earls Green #BAAE2A

Tints of Earls Green #BAAE2A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.28%

 BLUE value IS 42 (16.8% from 255) = 10.45%

R = 46.27%
G = 43.28%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BAAE2A (or 0xBAAE2A) is known color: Earls Green. HEX triplet: BA, AE and 2A. RGB value is (186,174,42). Sum of RGB (Red+Green+Blue) = 186+174+42=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE2A is #4551D5. Grayscale: #A3A3A3. Windows color (decimal): -4542934 or 2797242. OLE color: 2797242.

HSL color Cylindrical-coordinate representation of color #BAAE2A: hue angle of 55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAAE2A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 42 -
CMYK 0 0.06 0.77 0.27
HSL 55º 0.63% 0.45% -
HSV(B) 55º 0.77% 0.73% -
XYZ 35.8 40.88 8.19 -
YUV 162.54 59.98 144.73 -
System Red Green Blue C M Y K H S L
Decimal 186 174 42 0 0.06 0.77 0.27 55 0.63 0.45
Hex BA AE 2A 0 6 4D 1B 37 3F 2D
Octal 272 256 52 0 6 115 33 67 77 55
Binary 10111010 10101110 101010 0 110 1001101 11011 110111 111111 101101

Color Harmonies of #BAAE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE2A

Black with #BAAE2A

Text Example


Text Example

White with #BAAE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE2A; }

 p { color: rgb(186,174,42); }

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

background-color css

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

 a { background-color: rgb(186,174,42); }

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

border-color css

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

 span { border-color: rgb(186,174,42); }

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