#AFB922

Color #AFB922 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AFB922

Tints of Bahia #AFB922

Color information

#AFB922 (or 0xAFB922) is unknown color: approx Bahia. HEX triplet: AF, B9 and 22. RGB value is (175,185,34). Sum of RGB (Red+Green+Blue) = 175+185+34=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB922 is #5046DD. Grayscale: #A5A5A5. Windows color (decimal): -5261022 or 2275759. OLE color: 2275759.

HSL color Cylindrical-coordinate representation of color #AFB922: hue angle of 63.97º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB922 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB17518534-
CMYK0.0500.820.27
HSL63.97º68.95%42.94%-
HSV(B)63.97º81.62%72.55%-
XYZ35.3243.938.13-
YUV164.854.19135.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 185 (72.66% from 255) = 46.95%
BLUE value IS 34 (13.67% from 255) = 8.63%
R=44.42%
G=46.95%
B=8.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185340.0500.820.2763.9768.9542.94
HexAFB92250521B40452b
Octal25727142501223310010553
Binary1010111110111001100010101010100101101110000001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB922; }

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

 H1.HeaderClassName
 {
   color: #AFB922;
 }
 .AnyTagClassName
 {
   color: #AFB922;
 }
</style>
background-color css

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

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

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

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

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

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