Html Css Color HEX #A8BA1E Bahia

📋 copy color: '#A8BA1E'

red 168 ◦ green 186 ◦ blue 30

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

Shades of Bahia #A8BA1E

Tints of Bahia #A8BA1E

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

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

 BLUE value IS 30 (12.11% from 255) = 7.81%

R = 43.75%
G = 48.44%
B = 7.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#A8BA1E (or 0xA8BA1E) is known color: Bahia. HEX triplet: A8, BA and 1E. RGB value is (168,186,30). Sum of RGB (Red+Green+Blue) = 168+186+30=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA1E is #5745E1. Grayscale: #A3A3A3. Windows color (decimal): -5719522 or 2013864. OLE color: 2013864.

HSL color Cylindrical-coordinate representation of color #A8BA1E: hue angle of 66.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8BA1E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 30 -
CMYK 0.10 0 0.84 0.27
HSL 66.92º 0.72% 0.42% -
HSV(B) 66.92º 0.84% 0.73% -
XYZ 33.94 43.54 7.84 -
YUV 162.83 53.04 131.68 -
System Red Green Blue C M Y K H S L
Decimal 168 186 30 0.10 0 0.84 0.27 66.92 0.72 0.42
Hex A8 BA 1E A 0 54 1B 43 48 2A
Octal 250 272 36 12 0 124 33 103 110 52
Binary 10101000 10111010 11110 1010 0 1010100 11011 1000011 1001000 101010

Color Harmonies of #A8BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA1E

Black with #A8BA1E

Text Example


Text Example

White with #A8BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA1E; }

 p { color: rgb(168,186,30); }

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

background-color css

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

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

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

border-color css

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

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

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