Html Css Color HEX #BAB41F Earls Green

📋 copy color: '#BAB41F'

red 186 ◦ green 180 ◦ blue 31

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

Shades of Earls Green #BAB41F

Tints of Earls Green #BAB41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 46.85%
G = 45.34%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAB41F (or 0xBAB41F) is known color: Earls Green. HEX triplet: BA, B4 and 1F. RGB value is (186,180,31). Sum of RGB (Red+Green+Blue) = 186+180+31=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB41F is #454BE0. Grayscale: #A5A5A5. Windows color (decimal): -4541409 or 2077882. OLE color: 2077882.

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

Color convert

RGB 186 180 31 -
CMYK 0 0.03 0.83 0.27
HSL 57.68º 0.71% 0.43% -
HSV(B) 57.68º 0.83% 0.73% -
XYZ 36.82 43.18 7.69 -
YUV 164.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 186 180 31 0 0.03 0.83 0.27 57.68 0.71 0.43
Hex BA B4 1F 0 3 53 1B 3A 47 2B
Octal 272 264 37 0 3 123 33 72 107 53
Binary 10111010 10110100 11111 0 11 1010011 11011 111010 1000111 101011

Color Harmonies of #BAB41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB41F

Black with #BAB41F

Text Example


Text Example

White with #BAB41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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