Html Css Color HEX #AFC521 Bahia

📋 copy color: '#AFC521'

red 175 ◦ green 197 ◦ blue 33

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

Shades of Bahia #AFC521

Tints of Bahia #AFC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.64%

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 43.21%
G = 48.64%
B = 8.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#AFC521 (or 0xAFC521) is known color: Bahia. HEX triplet: AF, C5 and 21. RGB value is (175,197,33). Sum of RGB (Red+Green+Blue) = 175+197+33=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC521 is #503ADE. Grayscale: #ACACAC. Windows color (decimal): -5257951 or 2213295. OLE color: 2213295.

HSL color Cylindrical-coordinate representation of color #AFC521: hue angle of 68.05º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFC521 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 33 -
CMYK 0.11 0 0.83 0.23
HSL 68.05º 0.71% 0.45% -
HSV(B) 68.05º 0.83% 0.77% -
XYZ 37.92 49.16 8.93 -
YUV 171.73 49.71 130.34 -
System Red Green Blue C M Y K H S L
Decimal 175 197 33 0.11 0 0.83 0.23 68.05 0.71 0.45
Hex AF C5 21 B 0 53 17 44 47 2D
Octal 257 305 41 13 0 123 27 104 107 55
Binary 10101111 11000101 100001 1011 0 1010011 10111 1000100 1000111 101101

Color Harmonies of #AFC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC521

Black with #AFC521

Text Example


Text Example

White with #AFC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC521; }

 p { color: rgb(175,197,33); }

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

background-color css

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

 a { background-color: rgb(175,197,33); }

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

border-color css

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

 span { border-color: rgb(175,197,33); }

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