Html Css Color HEX #AFB422 Bahia

📋 copy color: '#AFB422'

red 175 ◦ green 180 ◦ blue 34

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

Shades of Bahia #AFB422

Tints of Bahia #AFB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 44.99%
G = 46.27%
B = 8.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#AFB422 (or 0xAFB422) is known color: Bahia. HEX triplet: AF, B4 and 22. RGB value is (175,180,34). Sum of RGB (Red+Green+Blue) = 175+180+34=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB422 is #504BDD. Grayscale: #A2A2A2. Windows color (decimal): -5262302 or 2274479. OLE color: 2274479.

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

Color convert

RGB 175 180 34 -
CMYK 0.03 0 0.81 0.29
HSL 62.05º 0.68% 0.42% -
HSV(B) 62.05º 0.81% 0.71% -
XYZ 34.29 41.87 7.79 -
YUV 161.86 55.84 137.37 -
System Red Green Blue C M Y K H S L
Decimal 175 180 34 0.03 0 0.81 0.29 62.05 0.68 0.42
Hex AF B4 22 3 0 51 1D 3E 44 2A
Octal 257 264 42 3 0 121 35 76 104 52
Binary 10101111 10110100 100010 11 0 1010001 11101 111110 1000100 101010

Color Harmonies of #AFB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB422

Black with #AFB422

Text Example


Text Example

White with #AFB422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB422; }

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

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

background-color css

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

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

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

border-color css

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

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

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