Html Css Color HEX #BAB432 Earls Green

📋 copy color: '#BAB432'

red 186 ◦ green 180 ◦ blue 50

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

Shades of Earls Green #BAB432

Tints of Earls Green #BAB432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 44.71%
G = 43.27%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB432 (or 0xBAB432) is known color: Earls Green. HEX triplet: BA, B4 and 32. RGB value is (186,180,50). Sum of RGB (Red+Green+Blue) = 186+180+50=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB432 is #454BCD. Grayscale: #A7A7A7. Windows color (decimal): -4541390 or 3323066. OLE color: 3323066.

HSL color Cylindrical-coordinate representation of color #BAB432: hue angle of 57.35º degrees, saturation: 0.58, 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 #BAB432 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 50 -
CMYK 0 0.03 0.73 0.27
HSL 57.35º 0.58% 0.46% -
HSV(B) 57.35º 0.73% 0.73% -
XYZ 37.15 43.31 9.42 -
YUV 166.97 61.99 141.57 -
System Red Green Blue C M Y K H S L
Decimal 186 180 50 0 0.03 0.73 0.27 57.35 0.58 0.46
Hex BA B4 32 0 3 49 1B 39 3A 2E
Octal 272 264 62 0 3 111 33 71 72 56
Binary 10111010 10110100 110010 0 11 1001001 11011 111001 111010 101110

Color Harmonies of #BAB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB432

Black with #BAB432

Text Example


Text Example

White with #BAB432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB432; }

 p { color: rgb(186,180,50); }

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

background-color css

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

 a { background-color: rgb(186,180,50); }

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

border-color css

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

 span { border-color: rgb(186,180,50); }

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