#AFBC1E

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

Shades of Bahia #AFBC1E

Tints of Bahia #AFBC1E

Color information

#AFBC1E (or 0xAFBC1E) is unknown color: approx Bahia. HEX triplet: AF, BC and 1E. RGB value is (175,188,30). Sum of RGB (Red+Green+Blue) = 175+188+30=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC1E is #5043E1. Grayscale: #A6A6A6. Windows color (decimal): -5260258 or 2014383. OLE color: 2014383.

HSL color Cylindrical-coordinate representation of color #AFBC1E: hue angle of 64.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFBC1E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB17518830-
CMYK0.0700.840.26
HSL64.94º72.48%42.75%-
HSV(B)64.94º84.04%73.73%-
XYZ35.945.178.06-
YUV166.151.19134.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 30 (12.11% from 255) = 7.63%
R=44.53%
G=47.84%
B=7.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175188300.0700.840.2664.9472.4842.75
HexAFBC1E70541A41482b
Octal25727436701243210111053
Binary101011111011110011110111010101001101010000011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC1E; }

 p { color: rgb(175,188,30); }

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

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

 a { background-color: rgb(175,188,30); }

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

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

 span { border-color: rgb(175,188,30); }

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