Html Css Color HEX #AFB319 Bahia

📋 copy color: '#AFB319'

red 175 ◦ green 179 ◦ blue 25

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

Shades of Bahia #AFB319

Tints of Bahia #AFB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.23%

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 46.17%
G = 47.23%
B = 6.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#AFB319 (or 0xAFB319) is known color: Bahia. HEX triplet: AF, B3 and 19. RGB value is (175,179,25). Sum of RGB (Red+Green+Blue) = 175+179+25=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB319 is #504CE6. Grayscale: #A0A0A0. Windows color (decimal): -5262567 or 1684399. OLE color: 1684399.

HSL color Cylindrical-coordinate representation of color #AFB319: hue angle of 61.56º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFB319 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 25 -
CMYK 0.02 0 0.86 0.30
HSL 61.56º 0.75% 0.4% -
HSV(B) 61.56º 0.86% 0.7% -
XYZ 33.97 41.42 7.12 -
YUV 160.25 51.67 138.52 -
System Red Green Blue C M Y K H S L
Decimal 175 179 25 0.02 0 0.86 0.30 61.56 0.75 0.4
Hex AF B3 19 2 0 56 1E 3E 4B 28
Octal 257 263 31 2 0 126 36 76 113 50
Binary 10101111 10110011 11001 10 0 1010110 11110 111110 1001011 101000

Color Harmonies of #AFB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB319

Black with #AFB319

Text Example


Text Example

White with #AFB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB319; }

 p { color: rgb(175,179,25); }

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

background-color css

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

 a { background-color: rgb(175,179,25); }

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

border-color css

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

 span { border-color: rgb(175,179,25); }

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