Html Css Color HEX #AFC320 Bahia

📋 copy color: '#AFC320'

red 175 ◦ green 195 ◦ blue 32

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

Shades of Bahia #AFC320

Tints of Bahia #AFC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

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

R = 43.53%
G = 48.51%
B = 7.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#AFC320 (or 0xAFC320) is known color: Bahia. HEX triplet: AF, C3 and 20. RGB value is (175,195,32). Sum of RGB (Red+Green+Blue) = 175+195+32=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC320 is #503CDF. Grayscale: #ABABAB. Windows color (decimal): -5258464 or 2147247. OLE color: 2147247.

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

Color convert

RGB 175 195 32 -
CMYK 0.10 0 0.84 0.24
HSL 67.36º 0.72% 0.45% -
HSV(B) 67.36º 0.84% 0.76% -
XYZ 37.46 48.25 8.71 -
YUV 170.44 49.87 131.25 -
System Red Green Blue C M Y K H S L
Decimal 175 195 32 0.10 0 0.84 0.24 67.36 0.72 0.45
Hex AF C3 20 A 0 54 18 43 48 2D
Octal 257 303 40 12 0 124 30 103 110 55
Binary 10101111 11000011 100000 1010 0 1010100 11000 1000011 1001000 101101

Color Harmonies of #AFC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC320

Black with #AFC320

Text Example


Text Example

White with #AFC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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