Html Css Color HEX #BAB128 Earls Green

📋 copy color: '#BAB128'

red 186 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #BAB128

Tints of Earls Green #BAB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 46.15%
G = 43.92%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB128 (or 0xBAB128) is known color: Earls Green. HEX triplet: BA, B1 and 28. RGB value is (186,177,40). Sum of RGB (Red+Green+Blue) = 186+177+40=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB128 is #454ED7. Grayscale: #A4A4A4. Windows color (decimal): -4542168 or 2666938. OLE color: 2666938.

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

Color convert

RGB 186 177 40 -
CMYK 0 0.05 0.78 0.27
HSL 56.3º 0.65% 0.44% -
HSV(B) 56.3º 0.78% 0.73% -
XYZ 36.35 42.04 8.21 -
YUV 164.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 186 177 40 0 0.05 0.78 0.27 56.3 0.65 0.44
Hex BA B1 28 0 5 4E 1B 38 41 2C
Octal 272 261 50 0 5 116 33 70 101 54
Binary 10111010 10110001 101000 0 101 1001110 11011 111000 1000001 101100

Color Harmonies of #BAB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB128

Black with #BAB128

Text Example


Text Example

White with #BAB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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