Html Css Color HEX #BAAF12 Earls Green

📋 copy color: '#BAAF12'

red 186 ◦ green 175 ◦ blue 18

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

Shades of Earls Green #BAAF12

Tints of Earls Green #BAAF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.75%

R = 49.08%
G = 46.17%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAAF12 (or 0xBAAF12) is known color: Earls Green. HEX triplet: BA, AF and 12. RGB value is (186,175,18). Sum of RGB (Red+Green+Blue) = 186+175+18=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAF12 is #4550ED. Grayscale: #A1A1A1. Windows color (decimal): -4542702 or 1224634. OLE color: 1224634.

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

Color convert

RGB 186 175 18 -
CMYK 0 0.06 0.90 0.27
HSL 56.07º 0.82% 0.4% -
HSV(B) 56.07º 0.9% 0.73% -
XYZ 35.69 41.14 6.63 -
YUV 160.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 186 175 18 0 0.06 0.90 0.27 56.07 0.82 0.4
Hex BA AF 12 0 6 5A 1B 38 52 28
Octal 272 257 22 0 6 132 33 70 122 50
Binary 10111010 10101111 10010 0 110 1011010 11011 111000 1010010 101000

Color Harmonies of #BAAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF12

Black with #BAAF12

Text Example


Text Example

White with #BAAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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