Html Css Color HEX #AFC217 Bahia

📋 copy color: '#AFC217'

red 175 ◦ green 194 ◦ blue 23

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

Shades of Bahia #AFC217

Tints of Bahia #AFC217

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.49%

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

R = 44.64%
G = 49.49%
B = 5.87%

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

#AFC217 (or 0xAFC217) is known color: Bahia. HEX triplet: AF, C2 and 17. RGB value is (175,194,23). Sum of RGB (Red+Green+Blue) = 175+194+23=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC217 is #503DE8. Grayscale: #A9A9A9. Windows color (decimal): -5258729 or 1557167. OLE color: 1557167.

HSL color Cylindrical-coordinate representation of color #AFC217: hue angle of 66.67º 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 #AFC217 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 23 -
CMYK 0.10 0 0.88 0.24
HSL 66.67º 0.79% 0.43% -
HSV(B) 66.67º 0.88% 0.76% -
XYZ 37.13 47.76 8.07 -
YUV 168.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 175 194 23 0.10 0 0.88 0.24 66.67 0.79 0.43
Hex AF C2 17 A 0 58 18 43 4F 2B
Octal 257 302 27 12 0 130 30 103 117 53
Binary 10101111 11000010 10111 1010 0 1011000 11000 1000011 1001111 101011

Color Harmonies of #AFC217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC217

Black with #AFC217

Text Example


Text Example

White with #AFC217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC217; }

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

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

background-color css

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

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

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

border-color css

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

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

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