Html Css Color HEX #A8B531 Bahia

📋 copy color: '#A8B531'

red 168 ◦ green 181 ◦ blue 49

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

Shades of Bahia #A8B531

Tints of Bahia #A8B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.48%

 BLUE value IS 49 (19.53% from 255) = 12.31%

R = 42.21%
G = 45.48%
B = 12.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A8B531 (or 0xA8B531) is known color: Bahia. HEX triplet: A8, B5 and 31. RGB value is (168,181,49). Sum of RGB (Red+Green+Blue) = 168+181+49=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B531 is #574ACE. Grayscale: #A2A2A2. Windows color (decimal): -5720783 or 3257768. OLE color: 3257768.

HSL color Cylindrical-coordinate representation of color #A8B531: hue angle of 65.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8B531 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 49 -
CMYK 0.07 0 0.73 0.29
HSL 65.91º 0.57% 0.45% -
HSV(B) 65.91º 0.73% 0.71% -
XYZ 33.23 41.59 9.18 -
YUV 162.07 64.19 132.23 -
System Red Green Blue C M Y K H S L
Decimal 168 181 49 0.07 0 0.73 0.29 65.91 0.57 0.45
Hex A8 B5 31 7 0 49 1D 42 39 2D
Octal 250 265 61 7 0 111 35 102 71 55
Binary 10101000 10110101 110001 111 0 1001001 11101 1000010 111001 101101

Color Harmonies of #A8B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B531

Black with #A8B531

Text Example


Text Example

White with #A8B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B531; }

 p { color: rgb(168,181,49); }

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

background-color css

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

 a { background-color: rgb(168,181,49); }

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

border-color css

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

 span { border-color: rgb(168,181,49); }

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