#AFBF26

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

Shades of Bahia #AFBF26

Tints of Bahia #AFBF26

Color information

#AFBF26 (or 0xAFBF26) is unknown color: approx Bahia. HEX triplet: AF, BF and 26. RGB value is (175,191,38). Sum of RGB (Red+Green+Blue) = 175+191+38=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF26 is #5040D9. Grayscale: #A9A9A9. Windows color (decimal): -5259482 or 2539439. OLE color: 2539439.

HSL color Cylindrical-coordinate representation of color #AFBF26: hue angle of 66.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFBF26 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB17519138-
CMYK0.0800.800.25
HSL66.27º66.81%44.9%-
HSV(B)66.27º80.1%74.9%-
XYZ36.6646.528.88-
YUV168.7754.2132.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 38 (15.23% from 255) = 9.41%
R=43.32%
G=47.28%
B=9.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191380.0800.800.2566.2766.8144.9
HexAFBF2680501942432d
Octal257277461001203110210355
Binary10101111101111111001101000010100001100110000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF26; }

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

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

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

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

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

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

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

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