Html Css Color HEX #AFB117 Bahia

📋 copy color: '#AFB117'

red 175 ◦ green 177 ◦ blue 23

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

Shades of Bahia #AFB117

Tints of Bahia #AFB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

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

R = 46.67%
G = 47.2%
B = 6.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AFB117 (or 0xAFB117) is known color: Bahia. HEX triplet: AF, B1 and 17. RGB value is (175,177,23). Sum of RGB (Red+Green+Blue) = 175+177+23=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB117 is #504EE8. Grayscale: #9F9F9F. Windows color (decimal): -5263081 or 1552815. OLE color: 1552815.

HSL color Cylindrical-coordinate representation of color #AFB117: hue angle of 60.78º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFB117 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 23 -
CMYK 0.01 0 0.87 0.31
HSL 60.78º 0.77% 0.39% -
HSV(B) 60.78º 0.87% 0.69% -
XYZ 33.56 40.62 6.88 -
YUV 158.85 51.34 139.52 -
System Red Green Blue C M Y K H S L
Decimal 175 177 23 0.01 0 0.87 0.31 60.78 0.77 0.39
Hex AF B1 17 1 0 57 1F 3D 4D 27
Octal 257 261 27 1 0 127 37 75 115 47
Binary 10101111 10110001 10111 1 0 1010111 11111 111101 1001101 100111

Color Harmonies of #AFB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB117

Black with #AFB117

Text Example


Text Example

White with #AFB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB117; }

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

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

background-color css

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

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

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

border-color css

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

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

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