Html Css Color HEX #A8B61A Bahia

📋 copy color: '#A8B61A'

red 168 ◦ green 182 ◦ blue 26

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

Shades of Bahia #A8B61A

Tints of Bahia #A8B61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 44.68%
G = 48.4%
B = 6.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A8B61A (or 0xA8B61A) is known color: Bahia. HEX triplet: A8, B6 and 1A. RGB value is (168,182,26). Sum of RGB (Red+Green+Blue) = 168+182+26=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B61A is #5749E5. Grayscale: #A0A0A0. Windows color (decimal): -5720550 or 1750696. OLE color: 1750696.

HSL color Cylindrical-coordinate representation of color #A8B61A: hue angle of 65.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8B61A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 26 -
CMYK 0.08 0 0.86 0.29
HSL 65.38º 0.75% 0.41% -
HSV(B) 65.38º 0.86% 0.71% -
XYZ 33.06 41.86 7.31 -
YUV 160.03 52.36 133.68 -
System Red Green Blue C M Y K H S L
Decimal 168 182 26 0.08 0 0.86 0.29 65.38 0.75 0.41
Hex A8 B6 1A 8 0 56 1D 41 4B 29
Octal 250 266 32 10 0 126 35 101 113 51
Binary 10101000 10110110 11010 1000 0 1010110 11101 1000001 1001011 101001

Color Harmonies of #A8B61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B61A

Black with #A8B61A

Text Example


Text Example

White with #A8B61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B61A; }

 p { color: rgb(168,182,26); }

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

background-color css

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

 a { background-color: rgb(168,182,26); }

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

border-color css

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

 span { border-color: rgb(168,182,26); }

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