Html Css Color HEX #BAB826 Earls Green

📋 copy color: '#BAB826'

red 186 ◦ green 184 ◦ blue 38

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

Shades of Earls Green #BAB826

Tints of Earls Green #BAB826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 45.59%
G = 45.1%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB826 (or 0xBAB826) is known color: Earls Green. HEX triplet: BA, B8 and 26. RGB value is (186,184,38). Sum of RGB (Red+Green+Blue) = 186+184+38=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB826 is #4547D9. Grayscale: #A8A8A8. Windows color (decimal): -4540378 or 2537658. OLE color: 2537658.

HSL color Cylindrical-coordinate representation of color #BAB826: hue angle of 59.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAB826 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 38 -
CMYK 0 0.01 0.80 0.27
HSL 59.19º 0.66% 0.44% -
HSV(B) 59.19º 0.8% 0.73% -
XYZ 37.74 44.86 8.5 -
YUV 167.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 186 184 38 0 0.01 0.80 0.27 59.19 0.66 0.44
Hex BA B8 26 0 1 50 1B 3B 42 2C
Octal 272 270 46 0 1 120 33 73 102 54
Binary 10111010 10111000 100110 0 1 1010000 11011 111011 1000010 101100

Color Harmonies of #BAB826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB826

Black with #BAB826

Text Example


Text Example

White with #BAB826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB826; }

 p { color: rgb(186,184,38); }

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

background-color css

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

 a { background-color: rgb(186,184,38); }

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

border-color css

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

 span { border-color: rgb(186,184,38); }

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