Html Css Color HEX #AFBA19 Bahia

📋 copy color: '#AFBA19'

red 175 ◦ green 186 ◦ blue 25

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

Shades of Bahia #AFBA19

Tints of Bahia #AFBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.48%

R = 45.34%
G = 48.19%
B = 6.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AFBA19 (or 0xAFBA19) is known color: Bahia. HEX triplet: AF, BA and 19. RGB value is (175,186,25). Sum of RGB (Red+Green+Blue) = 175+186+25=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA19 is #5045E6. Grayscale: #A4A4A4. Windows color (decimal): -5260775 or 1686191. OLE color: 1686191.

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

Color convert

RGB 175 186 25 -
CMYK 0.06 0 0.87 0.27
HSL 64.1º 0.76% 0.41% -
HSV(B) 64.1º 0.87% 0.73% -
XYZ 35.41 44.3 7.6 -
YUV 164.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 175 186 25 0.06 0 0.87 0.27 64.1 0.76 0.41
Hex AF BA 19 6 0 57 1B 40 4C 29
Octal 257 272 31 6 0 127 33 100 114 51
Binary 10101111 10111010 11001 110 0 1010111 11011 1000000 1001100 101001

Color Harmonies of #AFBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA19

Black with #AFBA19

Text Example


Text Example

White with #AFBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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