Html Css Color HEX #BAB130 Earls Green

📋 copy color: '#BAB130'

red 186 ◦ green 177 ◦ blue 48

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

Shades of Earls Green #BAB130

Tints of Earls Green #BAB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 45.26%
G = 43.07%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB130 (or 0xBAB130) is known color: Earls Green. HEX triplet: BA, B1 and 30. RGB value is (186,177,48). Sum of RGB (Red+Green+Blue) = 186+177+48=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB130 is #454ECF. Grayscale: #A5A5A5. Windows color (decimal): -4542160 or 3191226. OLE color: 3191226.

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

Color convert

RGB 186 177 48 -
CMYK 0 0.05 0.74 0.27
HSL 56.09º 0.59% 0.46% -
HSV(B) 56.09º 0.74% 0.73% -
XYZ 36.51 42.1 9 -
YUV 164.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 186 177 48 0 0.05 0.74 0.27 56.09 0.59 0.46
Hex BA B1 30 0 5 4A 1B 38 3B 2E
Octal 272 261 60 0 5 112 33 70 73 56
Binary 10111010 10110001 110000 0 101 1001010 11011 111000 111011 101110

Color Harmonies of #BAB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB130

Black with #BAB130

Text Example


Text Example

White with #BAB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB130; }

 p { color: rgb(186,177,48); }

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

background-color css

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

 a { background-color: rgb(186,177,48); }

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

border-color css

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

 span { border-color: rgb(186,177,48); }

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