Html Css Color HEX #AFC720 Bahia

📋 copy color: '#AFC720'

red 175 ◦ green 199 ◦ blue 32

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

Shades of Bahia #AFC720

Tints of Bahia #AFC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.01%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 43.1%
G = 49.01%
B = 7.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#AFC720 (or 0xAFC720) is known color: Bahia. HEX triplet: AF, C7 and 20. RGB value is (175,199,32). Sum of RGB (Red+Green+Blue) = 175+199+32=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC720 is #5038DF. Grayscale: #ADADAD. Windows color (decimal): -5257440 or 2148271. OLE color: 2148271.

HSL color Cylindrical-coordinate representation of color #AFC720: hue angle of 68.62º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFC720 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 32 -
CMYK 0.12 0 0.84 0.22
HSL 68.62º 0.72% 0.45% -
HSV(B) 68.62º 0.84% 0.78% -
XYZ 38.36 50.07 9.01 -
YUV 172.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 175 199 32 0.12 0 0.84 0.22 68.62 0.72 0.45
Hex AF C7 20 C 0 54 16 45 48 2D
Octal 257 307 40 14 0 124 26 105 110 55
Binary 10101111 11000111 100000 1100 0 1010100 10110 1000101 1001000 101101

Color Harmonies of #AFC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC720

Black with #AFC720

Text Example


Text Example

White with #AFC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC720; }

 p { color: rgb(175,199,32); }

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

background-color css

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

 a { background-color: rgb(175,199,32); }

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

border-color css

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

 span { border-color: rgb(175,199,32); }

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