Html Css Color HEX #AFB322 Bahia

📋 copy color: '#AFB322'

red 175 ◦ green 179 ◦ blue 34

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

Shades of Bahia #AFB322

Tints of Bahia #AFB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 45.1%
G = 46.13%
B = 8.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#AFB322 (or 0xAFB322) is known color: Bahia. HEX triplet: AF, B3 and 22. RGB value is (175,179,34). Sum of RGB (Red+Green+Blue) = 175+179+34=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB322 is #504CDD. Grayscale: #A1A1A1. Windows color (decimal): -5262558 or 2274223. OLE color: 2274223.

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

Color convert

RGB 175 179 34 -
CMYK 0.02 0 0.81 0.30
HSL 61.66º 0.68% 0.42% -
HSV(B) 61.66º 0.81% 0.7% -
XYZ 34.09 41.47 7.72 -
YUV 161.27 56.17 137.79 -
System Red Green Blue C M Y K H S L
Decimal 175 179 34 0.02 0 0.81 0.30 61.66 0.68 0.42
Hex AF B3 22 2 0 51 1E 3E 44 2A
Octal 257 263 42 2 0 121 36 76 104 52
Binary 10101111 10110011 100010 10 0 1010001 11110 111110 1000100 101010

Color Harmonies of #AFB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB322

Black with #AFB322

Text Example


Text Example

White with #AFB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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