Html Css Color HEX #BAB41E Earls Green

📋 copy color: '#BAB41E'

red 186 ◦ green 180 ◦ blue 30

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

Shades of Earls Green #BAB41E

Tints of Earls Green #BAB41E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

 BLUE value IS 30 (12.11% from 255) = 7.58%

R = 46.97%
G = 45.45%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BAB41E (or 0xBAB41E) is known color: Earls Green. HEX triplet: BA, B4 and 1E. RGB value is (186,180,30). Sum of RGB (Red+Green+Blue) = 186+180+30=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB41E is #454BE1. Grayscale: #A5A5A5. Windows color (decimal): -4541410 or 2012346. OLE color: 2012346.

HSL color Cylindrical-coordinate representation of color #BAB41E: hue angle of 57.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAB41E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 30 -
CMYK 0 0.03 0.84 0.27
HSL 57.69º 0.72% 0.42% -
HSV(B) 57.69º 0.84% 0.73% -
XYZ 36.81 43.18 7.62 -
YUV 164.69 51.99 143.2 -
System Red Green Blue C M Y K H S L
Decimal 186 180 30 0 0.03 0.84 0.27 57.69 0.72 0.42
Hex BA B4 1E 0 3 54 1B 3A 48 2A
Octal 272 264 36 0 3 124 33 72 110 52
Binary 10111010 10110100 11110 0 11 1010100 11011 111010 1001000 101010

Color Harmonies of #BAB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB41E

Black with #BAB41E

Text Example


Text Example

White with #BAB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB41E; }

 p { color: rgb(186,180,30); }

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

background-color css

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

 a { background-color: rgb(186,180,30); }

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

border-color css

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

 span { border-color: rgb(186,180,30); }

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