Html Css Color HEX #BAB430 Earls Green

📋 copy color: '#BAB430'

red 186 ◦ green 180 ◦ blue 48

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

Shades of Earls Green #BAB430

Tints of Earls Green #BAB430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.59%

R = 44.93%
G = 43.48%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB430 (or 0xBAB430) is known color: Earls Green. HEX triplet: BA, B4 and 30. RGB value is (186,180,48). Sum of RGB (Red+Green+Blue) = 186+180+48=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB430 is #454BCF. Grayscale: #A7A7A7. Windows color (decimal): -4541392 or 3191994. OLE color: 3191994.

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

Color convert

RGB 186 180 48 -
CMYK 0 0.03 0.74 0.27
HSL 57.39º 0.59% 0.46% -
HSV(B) 57.39º 0.74% 0.73% -
XYZ 37.1 43.3 9.2 -
YUV 166.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 186 180 48 0 0.03 0.74 0.27 57.39 0.59 0.46
Hex BA B4 30 0 3 4A 1B 39 3B 2E
Octal 272 264 60 0 3 112 33 71 73 56
Binary 10111010 10110100 110000 0 11 1001010 11011 111001 111011 101110

Color Harmonies of #BAB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB430

Black with #BAB430

Text Example


Text Example

White with #BAB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB430; }

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

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

background-color css

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

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

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

border-color css

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

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

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