Html Css Color HEX #AFB717 Bahia

📋 copy color: '#AFB717'

red 175 ◦ green 183 ◦ blue 23

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

Shades of Bahia #AFB717

Tints of Bahia #AFB717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.03%

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 45.93%
G = 48.03%
B = 6.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#AFB717 (or 0xAFB717) is known color: Bahia. HEX triplet: AF, B7 and 17. RGB value is (175,183,23). Sum of RGB (Red+Green+Blue) = 175+183+23=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB717 is #5048E8. Grayscale: #A3A3A3. Windows color (decimal): -5261545 or 1554351. OLE color: 1554351.

HSL color Cylindrical-coordinate representation of color #AFB717: hue angle of 63º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFB717 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 23 -
CMYK 0.04 0 0.87 0.28
HSL 63º 0.78% 0.4% -
HSV(B) 63º 0.87% 0.72% -
XYZ 34.77 43.04 7.29 -
YUV 162.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 175 183 23 0.04 0 0.87 0.28 63 0.78 0.4
Hex AF B7 17 4 0 57 1C 3F 4E 28
Octal 257 267 27 4 0 127 34 77 116 50
Binary 10101111 10110111 10111 100 0 1010111 11100 111111 1001110 101000

Color Harmonies of #AFB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB717

Black with #AFB717

Text Example


Text Example

White with #AFB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB717; }

 p { color: rgb(175,183,23); }

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

background-color css

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

 a { background-color: rgb(175,183,23); }

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

border-color css

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

 span { border-color: rgb(175,183,23); }

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