Html Css Color HEX #AFC317 Bahia

📋 copy color: '#AFC317'

red 175 ◦ green 195 ◦ blue 23

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

Shades of Bahia #AFC317

Tints of Bahia #AFC317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.62%

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

R = 44.53%
G = 49.62%
B = 5.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#AFC317 (or 0xAFC317) is known color: Bahia. HEX triplet: AF, C3 and 17. RGB value is (175,195,23). Sum of RGB (Red+Green+Blue) = 175+195+23=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC317 is #503CE8. Grayscale: #AAAAAA. Windows color (decimal): -5258473 or 1557423. OLE color: 1557423.

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

Color convert

RGB 175 195 23 -
CMYK 0.10 0 0.88 0.24
HSL 66.98º 0.79% 0.43% -
HSV(B) 66.98º 0.88% 0.76% -
XYZ 37.35 48.21 8.15 -
YUV 169.41 45.37 131.99 -
System Red Green Blue C M Y K H S L
Decimal 175 195 23 0.10 0 0.88 0.24 66.98 0.79 0.43
Hex AF C3 17 A 0 58 18 43 4F 2B
Octal 257 303 27 12 0 130 30 103 117 53
Binary 10101111 11000011 10111 1010 0 1011000 11000 1000011 1001111 101011

Color Harmonies of #AFC317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC317

Black with #AFC317

Text Example


Text Example

White with #AFC317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC317; }

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

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

background-color css

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

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

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

border-color css

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

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

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