Html Css Color HEX #BAAE22 Earls Green

📋 copy color: '#BAAE22'

red 186 ◦ green 174 ◦ blue 34

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

Shades of Earls Green #BAAE22

Tints of Earls Green #BAAE22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.63%

R = 47.21%
G = 44.16%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BAAE22 (or 0xBAAE22) is known color: Earls Green. HEX triplet: BA, AE and 22. RGB value is (186,174,34). Sum of RGB (Red+Green+Blue) = 186+174+34=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE22 is #4551DD. Grayscale: #A2A2A2. Windows color (decimal): -4542942 or 2272954. OLE color: 2272954.

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

Color convert

RGB 186 174 34 -
CMYK 0 0.06 0.82 0.27
HSL 55.26º 0.69% 0.43% -
HSV(B) 55.26º 0.82% 0.73% -
XYZ 35.67 40.83 7.51 -
YUV 161.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 186 174 34 0 0.06 0.82 0.27 55.26 0.69 0.43
Hex BA AE 22 0 6 52 1B 37 45 2B
Octal 272 256 42 0 6 122 33 67 105 53
Binary 10111010 10101110 100010 0 110 1010010 11011 110111 1000101 101011

Color Harmonies of #BAAE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE22

Black with #BAAE22

Text Example


Text Example

White with #BAAE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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