Html Css Color HEX #AFB81F Bahia

📋 copy color: '#AFB81F'

red 175 ◦ green 184 ◦ blue 31

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

Shades of Bahia #AFB81F

Tints of Bahia #AFB81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.95%

R = 44.87%
G = 47.18%
B = 7.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#AFB81F (or 0xAFB81F) is known color: Bahia. HEX triplet: AF, B8 and 1F. RGB value is (175,184,31). Sum of RGB (Red+Green+Blue) = 175+184+31=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB81F is #5047E0. Grayscale: #A4A4A4. Windows color (decimal): -5261281 or 2078895. OLE color: 2078895.

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

Color convert

RGB 175 184 31 -
CMYK 0.05 0 0.83 0.28
HSL 63.53º 0.71% 0.42% -
HSV(B) 63.53º 0.83% 0.72% -
XYZ 35.07 43.49 7.84 -
YUV 163.87 53.02 135.94 -
System Red Green Blue C M Y K H S L
Decimal 175 184 31 0.05 0 0.83 0.28 63.53 0.71 0.42
Hex AF B8 1F 5 0 53 1C 40 47 2A
Octal 257 270 37 5 0 123 34 100 107 52
Binary 10101111 10111000 11111 101 0 1010011 11100 1000000 1000111 101010

Color Harmonies of #AFB81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB81F

Black with #AFB81F

Text Example


Text Example

White with #AFB81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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