Html Css Color HEX #AFBF1F Bahia

📋 copy color: '#AFBF1F'

red 175 ◦ green 191 ◦ blue 31

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

Shades of Bahia #AFBF1F

Tints of Bahia #AFBF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 48.11%

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

R = 44.08%
G = 48.11%
B = 7.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#AFBF1F (or 0xAFBF1F) is known color: Bahia. HEX triplet: AF, BF and 1F. RGB value is (175,191,31). Sum of RGB (Red+Green+Blue) = 175+191+31=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF1F is #5040E0. Grayscale: #A8A8A8. Windows color (decimal): -5259489 or 2080687. OLE color: 2080687.

HSL color Cylindrical-coordinate representation of color #AFBF1F: hue angle of 66º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFBF1F is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 31 -
CMYK 0.08 0 0.84 0.25
HSL 66º 0.72% 0.44% -
HSV(B) 66º 0.84% 0.75% -
XYZ 36.56 46.47 8.34 -
YUV 167.98 50.7 133.01 -
System Red Green Blue C M Y K H S L
Decimal 175 191 31 0.08 0 0.84 0.25 66 0.72 0.44
Hex AF BF 1F 8 0 54 19 42 48 2C
Octal 257 277 37 10 0 124 31 102 110 54
Binary 10101111 10111111 11111 1000 0 1010100 11001 1000010 1001000 101100

Color Harmonies of #AFBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF1F

Black with #AFBF1F

Text Example


Text Example

White with #AFBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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