Html Css Color HEX #AFB531 Bahia

📋 copy color: '#AFB531'

red 175 ◦ green 181 ◦ blue 49

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

Shades of Bahia #AFB531

Tints of Bahia #AFB531

RGB

 RED value IS 175 (68.75% from 255) = 43.21%

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

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

R = 43.21%
G = 44.69%
B = 12.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AFB531 (or 0xAFB531) is known color: Bahia. HEX triplet: AF, B5 and 31. RGB value is (175,181,49). Sum of RGB (Red+Green+Blue) = 175+181+49=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB531 is #504ACE. Grayscale: #A4A4A4. Windows color (decimal): -5262031 or 3257775. OLE color: 3257775.

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

Color convert

RGB 175 181 49 -
CMYK 0.03 0 0.73 0.29
HSL 62.73º 0.57% 0.45% -
HSV(B) 62.73º 0.73% 0.71% -
XYZ 34.76 42.38 9.25 -
YUV 164.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 175 181 49 0.03 0 0.73 0.29 62.73 0.57 0.45
Hex AF B5 31 3 0 49 1D 3F 39 2D
Octal 257 265 61 3 0 111 35 77 71 55
Binary 10101111 10110101 110001 11 0 1001001 11101 111111 111001 101101

Color Harmonies of #AFB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB531

Black with #AFB531

Text Example


Text Example

White with #AFB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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