Html Css Color HEX #AFB91F Bahia

📋 copy color: '#AFB91F'

red 175 ◦ green 185 ◦ blue 31

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

Shades of Bahia #AFB91F

Tints of Bahia #AFB91F

RGB

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

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

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

R = 44.76%
G = 47.31%
B = 7.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#AFB91F (or 0xAFB91F) is known color: Bahia. HEX triplet: AF, B9 and 1F. RGB value is (175,185,31). Sum of RGB (Red+Green+Blue) = 175+185+31=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB91F is #5046E0. Grayscale: #A5A5A5. Windows color (decimal): -5261025 or 2079151. OLE color: 2079151.

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

Color convert

RGB 175 185 31 -
CMYK 0.05 0 0.83 0.27
HSL 63.9º 0.71% 0.42% -
HSV(B) 63.9º 0.83% 0.73% -
XYZ 35.28 43.91 7.91 -
YUV 164.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 175 185 31 0.05 0 0.83 0.27 63.9 0.71 0.42
Hex AF B9 1F 5 0 53 1B 40 47 2A
Octal 257 271 37 5 0 123 33 100 107 52
Binary 10101111 10111001 11111 101 0 1010011 11011 1000000 1000111 101010

Color Harmonies of #AFB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB91F

Black with #AFB91F

Text Example


Text Example

White with #AFB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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