Html Css Color HEX #BAAF32 Earls Green

📋 copy color: '#BAAF32'

red 186 ◦ green 175 ◦ blue 50

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

Shades of Earls Green #BAAF32

Tints of Earls Green #BAAF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 45.26%
G = 42.58%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAAF32 (or 0xBAAF32) is known color: Earls Green. HEX triplet: BA, AF and 32. RGB value is (186,175,50). Sum of RGB (Red+Green+Blue) = 186+175+50=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF32 is #4550CD. Grayscale: #A4A4A4. Windows color (decimal): -4542670 or 3321786. OLE color: 3321786.

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

Color convert

RGB 186 175 50 -
CMYK 0 0.06 0.73 0.27
HSL 55.15º 0.58% 0.46% -
HSV(B) 55.15º 0.73% 0.73% -
XYZ 36.16 41.33 9.09 -
YUV 164.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 186 175 50 0 0.06 0.73 0.27 55.15 0.58 0.46
Hex BA AF 32 0 6 49 1B 37 3A 2E
Octal 272 257 62 0 6 111 33 67 72 56
Binary 10111010 10101111 110010 0 110 1001001 11011 110111 111010 101110

Color Harmonies of #BAAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF32

Black with #BAAF32

Text Example


Text Example

White with #BAAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF32; }

 p { color: rgb(186,175,50); }

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

background-color css

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

 a { background-color: rgb(186,175,50); }

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

border-color css

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

 span { border-color: rgb(186,175,50); }

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