#AFB72A

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

Shades of Bahia #AFB72A

Tints of Bahia #AFB72A

Color information

#AFB72A (or 0xAFB72A) is unknown color: approx Bahia. HEX triplet: AF, B7 and 2A. RGB value is (175,183,42). Sum of RGB (Red+Green+Blue) = 175+183+42=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB72A is #5048D5. Grayscale: #A5A5A5. Windows color (decimal): -5261526 or 2799535. OLE color: 2799535.

HSL color Cylindrical-coordinate representation of color #AFB72A: hue angle of 63.4º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFB72A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB17518342-
CMYK0.0400.770.28
HSL63.4º62.67%44.12%-
HSV(B)63.4º77.05%71.76%-
XYZ35.0343.158.67-
YUV164.5358.85135.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 42 (16.80% from 255) = 10.5%
R=43.75%
G=45.75%
B=10.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175183420.0400.770.2863.462.6744.12
HexAFB72A404D1C3f3f2c
Octal257267524011534777754
Binary10101111101101111010101000100110111100111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB72A; }

 p { color: rgb(175,183,42); }

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

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

 a { background-color: rgb(175,183,42); }

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

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

 span { border-color: rgb(175,183,42); }

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