Html Css Color HEX #AFBA1F Bahia

📋 copy color: '#AFBA1F'

red 175 ◦ green 186 ◦ blue 31

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

Shades of Bahia #AFBA1F

Tints of Bahia #AFBA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.45%

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

R = 44.64%
G = 47.45%
B = 7.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#AFBA1F (or 0xAFBA1F) is known color: Bahia. HEX triplet: AF, BA and 1F. RGB value is (175,186,31). Sum of RGB (Red+Green+Blue) = 175+186+31=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA1F is #5045E0. Grayscale: #A5A5A5. Windows color (decimal): -5260769 or 2079407. OLE color: 2079407.

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

Color convert

RGB 175 186 31 -
CMYK 0.06 0 0.83 0.27
HSL 64.26º 0.71% 0.43% -
HSV(B) 64.26º 0.83% 0.73% -
XYZ 35.49 44.33 7.98 -
YUV 165.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 175 186 31 0.06 0 0.83 0.27 64.26 0.71 0.43
Hex AF BA 1F 6 0 53 1B 40 47 2B
Octal 257 272 37 6 0 123 33 100 107 53
Binary 10101111 10111010 11111 110 0 1010011 11011 1000000 1000111 101011

Color Harmonies of #AFBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA1F

Black with #AFBA1F

Text Example


Text Example

White with #AFBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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