Html Css Color HEX #AFC017 Bahia

📋 copy color: '#AFC017'

red 175 ◦ green 192 ◦ blue 23

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

Shades of Bahia #AFC017

Tints of Bahia #AFC017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.9%

R = 44.87%
G = 49.23%
B = 5.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#AFC017 (or 0xAFC017) is known color: Bahia. HEX triplet: AF, C0 and 17. RGB value is (175,192,23). Sum of RGB (Red+Green+Blue) = 175+192+23=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC017 is #503FE8. Grayscale: #A8A8A8. Windows color (decimal): -5259241 or 1556655. OLE color: 1556655.

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

Color convert

RGB 175 192 23 -
CMYK 0.09 0 0.88 0.25
HSL 66.04º 0.79% 0.42% -
HSV(B) 66.04º 0.88% 0.75% -
XYZ 36.68 46.88 7.92 -
YUV 167.65 46.37 133.24 -
System Red Green Blue C M Y K H S L
Decimal 175 192 23 0.09 0 0.88 0.25 66.04 0.79 0.42
Hex AF C0 17 9 0 58 19 42 4F 2A
Octal 257 300 27 11 0 130 31 102 117 52
Binary 10101111 11000000 10111 1001 0 1011000 11001 1000010 1001111 101010

Color Harmonies of #AFC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC017

Black with #AFC017

Text Example


Text Example

White with #AFC017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC017; }

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

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

background-color css

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

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

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

border-color css

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

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

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