Html Css Color HEX #A5B531 Bahia

📋 copy color: '#A5B531'

red 165 ◦ green 181 ◦ blue 49

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

Shades of Bahia #A5B531

Tints of Bahia #A5B531

RGB

 RED value IS 165 (64.84% from 255) = 41.77%

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

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

R = 41.77%
G = 45.82%
B = 12.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A5B531 (or 0xA5B531) is known color: Bahia. HEX triplet: A5, B5 and 31. RGB value is (165,181,49). Sum of RGB (Red+Green+Blue) = 165+181+49=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B531 is #5A4ACE. Grayscale: #A1A1A1. Windows color (decimal): -5917391 or 3257765. OLE color: 3257765.

HSL color Cylindrical-coordinate representation of color #A5B531: hue angle of 67.27º 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 #A5B531 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 49 -
CMYK 0.09 0 0.73 0.29
HSL 67.27º 0.57% 0.45% -
HSV(B) 67.27º 0.73% 0.71% -
XYZ 32.6 41.27 9.15 -
YUV 161.17 64.7 130.73 -
System Red Green Blue C M Y K H S L
Decimal 165 181 49 0.09 0 0.73 0.29 67.27 0.57 0.45
Hex A5 B5 31 9 0 49 1D 43 39 2D
Octal 245 265 61 11 0 111 35 103 71 55
Binary 10100101 10110101 110001 1001 0 1001001 11101 1000011 111001 101101

Color Harmonies of #A5B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B531

Black with #A5B531

Text Example


Text Example

White with #A5B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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