Html Css Color HEX #BAAE31 Earls Green

📋 copy color: '#BAAE31'

red 186 ◦ green 174 ◦ blue 49

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

Shades of Earls Green #BAAE31

Tints of Earls Green #BAAE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 45.48%
G = 42.54%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAAE31 (or 0xBAAE31) is known color: Earls Green. HEX triplet: BA, AE and 31. RGB value is (186,174,49). Sum of RGB (Red+Green+Blue) = 186+174+49=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE31 is #4551CE. Grayscale: #A3A3A3. Windows color (decimal): -4542927 or 3255994. OLE color: 3255994.

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

Color convert

RGB 186 174 49 -
CMYK 0 0.06 0.74 0.27
HSL 54.74º 0.58% 0.46% -
HSV(B) 54.74º 0.74% 0.73% -
XYZ 35.94 40.93 8.91 -
YUV 163.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 186 174 49 0 0.06 0.74 0.27 54.74 0.58 0.46
Hex BA AE 31 0 6 4A 1B 37 3A 2E
Octal 272 256 61 0 6 112 33 67 72 56
Binary 10111010 10101110 110001 0 110 1001010 11011 110111 111010 101110

Color Harmonies of #BAAE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE31

Black with #BAAE31

Text Example


Text Example

White with #BAAE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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