#AFBF2E

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

Shades of Bahia #AFBF2E

Tints of Bahia #AFBF2E

Color information

#AFBF2E (or 0xAFBF2E) is unknown color: approx Bahia. HEX triplet: AF, BF and 2E. RGB value is (175,191,46). Sum of RGB (Red+Green+Blue) = 175+191+46=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF2E is #5040D1. Grayscale: #AAAAAA. Windows color (decimal): -5259474 or 3063727. OLE color: 3063727.

HSL color Cylindrical-coordinate representation of color #AFBF2E: hue angle of 66.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFBF2E is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB17519146-
CMYK0.0800.760.25
HSL66.62º61.18%46.47%-
HSV(B)66.62º75.92%74.9%-
XYZ36.846.579.63-
YUV169.6958.2131.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 46 (18.36% from 255) = 11.17%
R=42.48%
G=46.36%
B=11.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191460.0800.760.2566.6261.1846.47
HexAFBF2E804C19433d2e
Octal25727756100114311037556
Binary1010111110111111101110100001001100110011000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF2E; }

 p { color: rgb(175,191,46); }

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

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

 a { background-color: rgb(175,191,46); }

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

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

 span { border-color: rgb(175,191,46); }

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