Html Css Color HEX #BAB630 Earls Green

📋 copy color: '#BAB630'

red 186 ◦ green 182 ◦ blue 48

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

Shades of Earls Green #BAB630

Tints of Earls Green #BAB630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.75%

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

R = 44.71%
G = 43.75%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB630 (or 0xBAB630) is known color: Earls Green. HEX triplet: BA, B6 and 30. RGB value is (186,182,48). Sum of RGB (Red+Green+Blue) = 186+182+48=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB630 is #4549CF. Grayscale: #A8A8A8. Windows color (decimal): -4540880 or 3192506. OLE color: 3192506.

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

Color convert

RGB 186 182 48 -
CMYK 0 0.02 0.74 0.27
HSL 58.26º 0.59% 0.46% -
HSV(B) 58.26º 0.74% 0.73% -
XYZ 37.51 44.11 9.33 -
YUV 167.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 186 182 48 0 0.02 0.74 0.27 58.26 0.59 0.46
Hex BA B6 30 0 2 4A 1B 3A 3B 2E
Octal 272 266 60 0 2 112 33 72 73 56
Binary 10111010 10110110 110000 0 10 1001010 11011 111010 111011 101110

Color Harmonies of #BAB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB630

Black with #BAB630

Text Example


Text Example

White with #BAB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB630; }

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

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

background-color css

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

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

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

border-color css

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

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

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