Html Css Color HEX #AFC019 Bahia

📋 copy color: '#AFC019'

red 175 ◦ green 192 ◦ blue 25

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

Shades of Bahia #AFC019

Tints of Bahia #AFC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.98%

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

R = 44.64%
G = 48.98%
B = 6.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#AFC019 (or 0xAFC019) is known color: Bahia. HEX triplet: AF, C0 and 19. RGB value is (175,192,25). Sum of RGB (Red+Green+Blue) = 175+192+25=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC019 is #503FE6. Grayscale: #A8A8A8. Windows color (decimal): -5259239 or 1687727. OLE color: 1687727.

HSL color Cylindrical-coordinate representation of color #AFC019: hue angle of 66.11º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFC019 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 25 -
CMYK 0.09 0 0.87 0.25
HSL 66.11º 0.77% 0.43% -
HSV(B) 66.11º 0.87% 0.75% -
XYZ 36.7 46.88 8.03 -
YUV 167.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 175 192 25 0.09 0 0.87 0.25 66.11 0.77 0.43
Hex AF C0 19 9 0 57 19 42 4D 2B
Octal 257 300 31 11 0 127 31 102 115 53
Binary 10101111 11000000 11001 1001 0 1010111 11001 1000010 1001101 101011

Color Harmonies of #AFC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC019

Black with #AFC019

Text Example


Text Example

White with #AFC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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