Html Css Color HEX #AFC920 Bahia

📋 copy color: '#AFC920'

red 175 ◦ green 201 ◦ blue 32

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

Shades of Bahia #AFC920

Tints of Bahia #AFC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.26%

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

R = 42.89%
G = 49.26%
B = 7.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#AFC920 (or 0xAFC920) is known color: Bahia. HEX triplet: AF, C9 and 20. RGB value is (175,201,32). Sum of RGB (Red+Green+Blue) = 175+201+32=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC920 is #5036DF. Grayscale: #AEAEAE. Windows color (decimal): -5256928 or 2148783. OLE color: 2148783.

HSL color Cylindrical-coordinate representation of color #AFC920: hue angle of 69.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFC920 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 32 -
CMYK 0.13 0 0.84 0.21
HSL 69.23º 0.73% 0.46% -
HSV(B) 69.23º 0.84% 0.79% -
XYZ 38.83 50.99 9.16 -
YUV 173.96 47.89 128.74 -
System Red Green Blue C M Y K H S L
Decimal 175 201 32 0.13 0 0.84 0.21 69.23 0.73 0.46
Hex AF C9 20 D 0 54 15 45 49 2E
Octal 257 311 40 15 0 124 25 105 111 56
Binary 10101111 11001001 100000 1101 0 1010100 10101 1000101 1001001 101110

Color Harmonies of #AFC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC920

Black with #AFC920

Text Example


Text Example

White with #AFC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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