Html Css Color HEX #AFBA31 Bahia

📋 copy color: '#AFBA31'

red 175 ◦ green 186 ◦ blue 49

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

Shades of Bahia #AFBA31

Tints of Bahia #AFBA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.95%

R = 42.68%
G = 45.37%
B = 11.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AFBA31 (or 0xAFBA31) is known color: Bahia. HEX triplet: AF, BA and 31. RGB value is (175,186,49). Sum of RGB (Red+Green+Blue) = 175+186+49=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA31 is #5045CE. Grayscale: #A7A7A7. Windows color (decimal): -5260751 or 3259055. OLE color: 3259055.

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

Color convert

RGB 175 186 49 -
CMYK 0.06 0 0.74 0.27
HSL 64.82º 0.58% 0.46% -
HSV(B) 64.82º 0.74% 0.73% -
XYZ 35.79 44.45 9.6 -
YUV 167.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 175 186 49 0.06 0 0.74 0.27 64.82 0.58 0.46
Hex AF BA 31 6 0 4A 1B 41 3A 2E
Octal 257 272 61 6 0 112 33 101 72 56
Binary 10101111 10111010 110001 110 0 1001010 11011 1000001 111010 101110

Color Harmonies of #AFBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA31

Black with #AFBA31

Text Example


Text Example

White with #AFBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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