Html Css Color HEX #BABA30 Earls Green

📋 copy color: '#BABA30'

red 186 ◦ green 186 ◦ blue 48

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

Shades of Earls Green #BABA30

Tints of Earls Green #BABA30

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

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

R = 44.29%
G = 44.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BABA30 (or 0xBABA30) is known color: Earls Green. HEX triplet: BA, BA and 30. RGB value is (186,186,48). Sum of RGB (Red+Green+Blue) = 186+186+48=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA30 is #4545CF. Grayscale: #AAAAAA. Windows color (decimal): -4539856 or 3193530. OLE color: 3193530.

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

Color convert

RGB 186 186 48 -
CMYK 0 0 0.74 0.27
HSL 60º 0.59% 0.46% -
HSV(B) 60º 0.74% 0.73% -
XYZ 38.34 45.77 9.61 -
YUV 170.27 59 139.22 -
System Red Green Blue C M Y K H S L
Decimal 186 186 48 0 0 0.74 0.27 60 0.59 0.46
Hex BA BA 30 0 0 4A 1B 3C 3B 2E
Octal 272 272 60 0 0 112 33 74 73 56
Binary 10111010 10111010 110000 0 0 1001010 11011 111100 111011 101110

Color Harmonies of #BABA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA30

Black with #BABA30

Text Example


Text Example

White with #BABA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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