Html Css Color HEX #AFB817 Bahia

📋 copy color: '#AFB817'

red 175 ◦ green 184 ◦ blue 23

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

Shades of Bahia #AFB817

Tints of Bahia #AFB817

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.17%

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

R = 45.81%
G = 48.17%
B = 6.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#AFB817 (or 0xAFB817) is known color: Bahia. HEX triplet: AF, B8 and 17. RGB value is (175,184,23). Sum of RGB (Red+Green+Blue) = 175+184+23=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB817 is #5047E8. Grayscale: #A3A3A3. Windows color (decimal): -5261289 or 1554607. OLE color: 1554607.

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

Color convert

RGB 175 184 23 -
CMYK 0.05 0 0.88 0.28
HSL 63.35º 0.78% 0.41% -
HSV(B) 63.35º 0.88% 0.72% -
XYZ 34.97 43.46 7.36 -
YUV 162.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 175 184 23 0.05 0 0.88 0.28 63.35 0.78 0.41
Hex AF B8 17 5 0 58 1C 3F 4E 29
Octal 257 270 27 5 0 130 34 77 116 51
Binary 10101111 10111000 10111 101 0 1011000 11100 111111 1001110 101001

Color Harmonies of #AFB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB817

Black with #AFB817

Text Example


Text Example

White with #AFB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB817; }

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

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

background-color css

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

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

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

border-color css

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

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

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