Html Css Color HEX #AFC120 Bahia

📋 copy color: '#AFC120'

red 175 ◦ green 193 ◦ blue 32

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

Shades of Bahia #AFC120

Tints of Bahia #AFC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

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

R = 43.75%
G = 48.25%
B = 8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#AFC120 (or 0xAFC120) is known color: Bahia. HEX triplet: AF, C1 and 20. RGB value is (175,193,32). Sum of RGB (Red+Green+Blue) = 175+193+32=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC120 is #503EDF. Grayscale: #A9A9A9. Windows color (decimal): -5258976 or 2146735. OLE color: 2146735.

HSL color Cylindrical-coordinate representation of color #AFC120: hue angle of 66.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFC120 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 32 -
CMYK 0.09 0 0.83 0.24
HSL 66.71º 0.72% 0.44% -
HSV(B) 66.71º 0.83% 0.76% -
XYZ 37.01 47.36 8.56 -
YUV 169.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 175 193 32 0.09 0 0.83 0.24 66.71 0.72 0.44
Hex AF C1 20 9 0 53 18 43 48 2C
Octal 257 301 40 11 0 123 30 103 110 54
Binary 10101111 11000001 100000 1001 0 1010011 11000 1000011 1001000 101100

Color Harmonies of #AFC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC120

Black with #AFC120

Text Example


Text Example

White with #AFC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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