Html Css Color HEX #AFB917 Bahia

📋 copy color: '#AFB917'

red 175 ◦ green 185 ◦ blue 23

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

Shades of Bahia #AFB917

Tints of Bahia #AFB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.3%

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

R = 45.69%
G = 48.3%
B = 6.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#AFB917 (or 0xAFB917) is known color: Bahia. HEX triplet: AF, B9 and 17. RGB value is (175,185,23). Sum of RGB (Red+Green+Blue) = 175+185+23=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB917 is #5046E8. Grayscale: #A4A4A4. Windows color (decimal): -5261033 or 1554863. OLE color: 1554863.

HSL color Cylindrical-coordinate representation of color #AFB917: hue angle of 63.7º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFB917 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 23 -
CMYK 0.05 0 0.88 0.27
HSL 63.7º 0.78% 0.41% -
HSV(B) 63.7º 0.88% 0.73% -
XYZ 35.18 43.87 7.42 -
YUV 163.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 175 185 23 0.05 0 0.88 0.27 63.7 0.78 0.41
Hex AF B9 17 5 0 58 1B 40 4E 29
Octal 257 271 27 5 0 130 33 100 116 51
Binary 10101111 10111001 10111 101 0 1011000 11011 1000000 1001110 101001

Color Harmonies of #AFB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB917

Black with #AFB917

Text Example


Text Example

White with #AFB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB917; }

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

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

background-color css

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

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

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

border-color css

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

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

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