Html Css Color HEX #AFB71F Bahia

📋 copy color: '#AFB71F'

red 175 ◦ green 183 ◦ blue 31

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

Shades of Bahia #AFB71F

Tints of Bahia #AFB71F

RGB

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

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

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

R = 44.99%
G = 47.04%
B = 7.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#AFB71F (or 0xAFB71F) is known color: Bahia. HEX triplet: AF, B7 and 1F. RGB value is (175,183,31). Sum of RGB (Red+Green+Blue) = 175+183+31=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB71F is #5048E0. Grayscale: #A3A3A3. Windows color (decimal): -5261537 or 2078639. OLE color: 2078639.

HSL color Cylindrical-coordinate representation of color #AFB71F: hue angle of 63.16º 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 #AFB71F is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 31 -
CMYK 0.04 0 0.83 0.28
HSL 63.16º 0.71% 0.42% -
HSV(B) 63.16º 0.83% 0.72% -
XYZ 34.86 43.08 7.77 -
YUV 163.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 175 183 31 0.04 0 0.83 0.28 63.16 0.71 0.42
Hex AF B7 1F 4 0 53 1C 3F 47 2A
Octal 257 267 37 4 0 123 34 77 107 52
Binary 10101111 10110111 11111 100 0 1010011 11100 111111 1000111 101010

Color Harmonies of #AFB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB71F

Black with #AFB71F

Text Example


Text Example

White with #AFB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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