Html Css Color HEX #A8B61F Bahia

📋 copy color: '#A8B61F'

red 168 ◦ green 182 ◦ blue 31

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

Shades of Bahia #A8B61F

Tints of Bahia #A8B61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 44.09%
G = 47.77%
B = 8.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#A8B61F (or 0xA8B61F) is known color: Bahia. HEX triplet: A8, B6 and 1F. RGB value is (168,182,31). Sum of RGB (Red+Green+Blue) = 168+182+31=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B61F is #5749E0. Grayscale: #A1A1A1. Windows color (decimal): -5720545 or 2078376. OLE color: 2078376.

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

Color convert

RGB 168 182 31 -
CMYK 0.08 0 0.83 0.29
HSL 65.56º 0.71% 0.42% -
HSV(B) 65.56º 0.83% 0.71% -
XYZ 33.12 41.88 7.63 -
YUV 160.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 168 182 31 0.08 0 0.83 0.29 65.56 0.71 0.42
Hex A8 B6 1F 8 0 53 1D 42 47 2A
Octal 250 266 37 10 0 123 35 102 107 52
Binary 10101000 10110110 11111 1000 0 1010011 11101 1000010 1000111 101010

Color Harmonies of #A8B61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B61F

Black with #A8B61F

Text Example


Text Example

White with #A8B61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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