Html Css Color HEX #BAB933 Earls Green

📋 copy color: '#BAB933'

red 186 ◦ green 185 ◦ blue 51

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

Shades of Earls Green #BAB933

Tints of Earls Green #BAB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.84%

 BLUE value IS 51 (20.31% from 255) = 12.09%

R = 44.08%
G = 43.84%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB933 (or 0xBAB933) is known color: Earls Green. HEX triplet: BA, B9 and 33. RGB value is (186,185,51). Sum of RGB (Red+Green+Blue) = 186+185+51=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB933 is #4546CC. Grayscale: #AAAAAA. Windows color (decimal): -4540109 or 3389882. OLE color: 3389882.

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

Color convert

RGB 186 185 51 -
CMYK 0 0.01 0.73 0.27
HSL 59.56º 0.57% 0.46% -
HSV(B) 59.56º 0.73% 0.73% -
XYZ 38.2 45.38 9.88 -
YUV 170.02 60.83 139.4 -
System Red Green Blue C M Y K H S L
Decimal 186 185 51 0 0.01 0.73 0.27 59.56 0.57 0.46
Hex BA B9 33 0 1 49 1B 3C 39 2E
Octal 272 271 63 0 1 111 33 74 71 56
Binary 10111010 10111001 110011 0 1 1001001 11011 111100 111001 101110

Color Harmonies of #BAB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB933

Black with #BAB933

Text Example


Text Example

White with #BAB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB933; }

 p { color: rgb(186,185,51); }

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

background-color css

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

 a { background-color: rgb(186,185,51); }

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

border-color css

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

 span { border-color: rgb(186,185,51); }

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