Html Css Color HEX #AFC119 Bahia

📋 copy color: '#AFC119'

red 175 ◦ green 193 ◦ blue 25

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

Shades of Bahia #AFC119

Tints of Bahia #AFC119

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.11%

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

R = 44.53%
G = 49.11%
B = 6.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#AFC119 (or 0xAFC119) is known color: Bahia. HEX triplet: AF, C1 and 19. RGB value is (175,193,25). Sum of RGB (Red+Green+Blue) = 175+193+25=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC119 is #503EE6. Grayscale: #A9A9A9. Windows color (decimal): -5258983 or 1687983. OLE color: 1687983.

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

Color convert

RGB 175 193 25 -
CMYK 0.09 0 0.87 0.24
HSL 66.43º 0.77% 0.43% -
HSV(B) 66.43º 0.87% 0.76% -
XYZ 36.92 47.32 8.11 -
YUV 168.47 47.04 132.66 -
System Red Green Blue C M Y K H S L
Decimal 175 193 25 0.09 0 0.87 0.24 66.43 0.77 0.43
Hex AF C1 19 9 0 57 18 42 4D 2B
Octal 257 301 31 11 0 127 30 102 115 53
Binary 10101111 11000001 11001 1001 0 1010111 11000 1000010 1001101 101011

Color Harmonies of #AFC119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC119

Black with #AFC119

Text Example


Text Example

White with #AFC119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC119; }

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

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

background-color css

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

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

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

border-color css

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

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

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