Html Css Color HEX #AFB320 Bahia

📋 copy color: '#AFB320'

red 175 ◦ green 179 ◦ blue 32

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

Shades of Bahia #AFB320

Tints of Bahia #AFB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.37%

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

R = 45.34%
G = 46.37%
B = 8.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#AFB320 (or 0xAFB320) is known color: Bahia. HEX triplet: AF, B3 and 20. RGB value is (175,179,32). Sum of RGB (Red+Green+Blue) = 175+179+32=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB320 is #504CDF. Grayscale: #A1A1A1. Windows color (decimal): -5262560 or 2143151. OLE color: 2143151.

HSL color Cylindrical-coordinate representation of color #AFB320: hue angle of 61.63º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB320 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 32 -
CMYK 0.02 0 0.82 0.30
HSL 61.63º 0.7% 0.41% -
HSV(B) 61.63º 0.82% 0.7% -
XYZ 34.06 41.46 7.57 -
YUV 161.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 175 179 32 0.02 0 0.82 0.30 61.63 0.7 0.41
Hex AF B3 20 2 0 52 1E 3E 46 29
Octal 257 263 40 2 0 122 36 76 106 51
Binary 10101111 10110011 100000 10 0 1010010 11110 111110 1000110 101001

Color Harmonies of #AFB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB320

Black with #AFB320

Text Example


Text Example

White with #AFB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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