Html Css Color HEX #BAB226 Earls Green

📋 copy color: '#BAB226'

red 186 ◦ green 178 ◦ blue 38

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

Shades of Earls Green #BAB226

Tints of Earls Green #BAB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

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

R = 46.27%
G = 44.28%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB226 (or 0xBAB226) is known color: Earls Green. HEX triplet: BA, B2 and 26. RGB value is (186,178,38). Sum of RGB (Red+Green+Blue) = 186+178+38=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB226 is #454DD9. Grayscale: #A5A5A5. Windows color (decimal): -4541914 or 2536122. OLE color: 2536122.

HSL color Cylindrical-coordinate representation of color #BAB226: hue angle of 56.76º 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 #BAB226 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 38 -
CMYK 0 0.04 0.80 0.27
HSL 56.76º 0.66% 0.44% -
HSV(B) 56.76º 0.8% 0.73% -
XYZ 36.52 42.42 8.1 -
YUV 164.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 186 178 38 0 0.04 0.80 0.27 56.76 0.66 0.44
Hex BA B2 26 0 4 50 1B 39 42 2C
Octal 272 262 46 0 4 120 33 71 102 54
Binary 10111010 10110010 100110 0 100 1010000 11011 111001 1000010 101100

Color Harmonies of #BAB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB226

Black with #BAB226

Text Example


Text Example

White with #BAB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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